Color Hex Logo

#dccdeb Color Hex

#DCCDEB
(220,205,235)
0 Favorites   0 Comments

Color spaces of #dccdeb

RGB 220205235
HSL0.750.430.86
HSV270°13°92°
CMYK 0.060.130.00   0.08
XYZ66.341964.876487.6231
Yxy64.87640.30320.2965
Hunter Lab80.54596.0668-8.1174
CIE-Lab84.420010.6819-12.8920

#dccdeb color RGB value is (220,205,235).

#dccdeb hex color red value is 220, green value is 205 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dccdeb hue: 0.75 , saturation: 0.43 and the lightness value of dccdeb is 0.86.

The process color (four color CMYK) of #dccdeb color hex is 0.06, 0.13, 0.00, 0.08. Web safe color of #dccdeb is #ccccff. Color #dccdeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001101 11101011
Octal 334 315 353
Decimal 220 205 235
Hex DC CD EB

RGB Percentages of Color #dccdeb

%33.33
%31.06
%35.61

CMYK Percentages of Color #dccdeb

%6
%13
%0
%8

Triadic Colors of #dccdeb

#dccdeb #ebdccd #cdebdc

Analogous Colors of #dccdeb

#dccdeb #ebcdeb #cdcdeb

Monochromatic Colors of #dccdeb

#dccdeb

Complementary Color

#dccdeb #dcebcd

#dccdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccdeb Color CSS Codes

.mybgcolor {background-color:#dccdeb; } 
.myforecolor {color:#dccdeb; }
.mybordercolor {border:3px solid #dccdeb; }

#dccdeb Text Font Color

<p style="color:#dccdeb">Text here</p>

This sample text font color is #dccdeb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dccdeb Background Color

<div style="background-color:#dccdeb">
Div content here</div>

This div background color is #dccdeb


#dccdeb Border Color

<div style="border:3px solid #dccdeb">
Div here</div>

This div border color is #dccdeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,205,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dccdeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dccdeb;
  -webkit-box-shadow: 1px 1px 3px 2px #dccdeb;
  box-shadow:         1px 1px 3px 2px #dccdeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,205,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dccdeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dccdeb;
  -webkit-box-shadow: 1px 1px 3px 2px #dccdeb;
  box-shadow:         1px 1px 3px 2px #dccdeb;">
Div content here</div>

This div box has shadow with color #dccdeb


Comments

No comments written yet.

Please login to write comment.