Color Hex Logo

#dccceb Color Hex

#DCCCEB
(220,204,235)
0 Favorites   0 Comments

Color spaces of #dccceb

RGB 220204235
HSL0.750.440.86
HSV271°13°92°
CMYK 0.060.130.00   0.08
XYZ66.103564.399587.5436
Yxy64.39950.30320.2953
Hunter Lab80.24936.5990-8.5047
CIE-Lab84.173311.2132-13.2610

#dccceb color RGB value is (220,204,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 11101011
Octal 334 314 353
Decimal 220 204 235
Hex DC CC EB

RGB Percentages of Color #dccceb

%33.38
%30.96
%35.66

CMYK Percentages of Color #dccceb

%6
%13
%0
%8

Triadic Colors of #dccceb

#dccceb #ebdccc #ccebdc

Analogous Colors of #dccceb

#dccceb #ebcceb #cdcceb

Monochromatic Colors of #dccceb

#dccceb

Complementary Color

#dccceb #dbebcc

#dccceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccceb Color CSS Codes

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

#dccceb Text Font Color

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

This sample text font color is #dccceb
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.


#dccceb Background Color

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

This div background color is #dccceb


#dccceb Border Color

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

This div border color is #dccceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,204,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 #dccceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccceb

#dccceb Color Palettes


Comments

No comments written yet.

Please login to write comment.