Color Hex Logo

#dccce4 Color Hex

#DCCCE4
(220,204,228)
0 Favorites   0 Comments

Color spaces of #dccce4

RGB 220204228
HSL0.780.310.85
HSV280°11°89°
CMYK 0.040.110.00   0.11
XYZ65.111764.002882.3208
Yxy64.00280.30800.3027
Hunter Lab80.00175.2742-5.0074
CIE-Lab83.96729.8749-9.8419

#dccce4 color RGB value is (220,204,228).

#dccce4 hex color red value is 220, green value is 204 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #dccce4 hue: 0.78 , saturation: 0.31 and the lightness value of dccce4 is 0.85.

The process color (four color CMYK) of #dccce4 color hex is 0.04, 0.11, 0.00, 0.11. Web safe color of #dccce4 is #cccccc. Color #dccce4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 11100100
Octal 334 314 344
Decimal 220 204 228
Hex DC CC E4

RGB Percentages of Color #dccce4

%33.74
%31.29
%34.97

CMYK Percentages of Color #dccce4

%4
%11
%0
%11

Triadic Colors of #dccce4

#dccce4 #e4dccc #cce4dc

Analogous Colors of #dccce4

#dccce4 #e4cce0 #d0cce4

Monochromatic Colors of #dccce4

#dccce4

Complementary Color

#dccce4 #d4e4cc

#dccce4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccce4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccce4 Color CSS Codes

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

#dccce4 Text Font Color

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

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


#dccce4 Background Color

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

This div background color is #dccce4


#dccce4 Border Color

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

This div border color is #dccce4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccce4


Comments

No comments written yet.

Please login to write comment.