Color Hex Logo

#ddcce2 Color Hex

#DDCCE2
(221,204,226)
0 Favorites   0 Comments

Color spaces of #ddcce2

RGB 221204226
HSL0.800.280.84
HSV286°10°89°
CMYK 0.020.100.00   0.11
XYZ65.139164.048980.8810
Yxy64.04890.31010.3049
Hunter Lab80.03065.2326-3.8987
CIE-Lab83.99129.8333-8.7321

#ddcce2 color RGB value is (221,204,226).

#ddcce2 hex color red value is 221, green value is 204 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #ddcce2 hue: 0.80 , saturation: 0.28 and the lightness value of ddcce2 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 11100010
Octal 335 314 342
Decimal 221 204 226
Hex DD CC E2

RGB Percentages of Color #ddcce2

%33.95
%31.34
%34.72

CMYK Percentages of Color #ddcce2

%2
%10
%0
%11

Triadic Colors of #ddcce2

#ddcce2 #e2ddcc #cce2dd

Analogous Colors of #ddcce2

#ddcce2 #e2ccdc #d2cce2

Monochromatic Colors of #ddcce2

#ddcce2

Complementary Color

#ddcce2 #d1e2cc

#ddcce2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcce2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcce2 Color CSS Codes

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

#ddcce2 Text Font Color

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

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


#ddcce2 Background Color

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

This div background color is #ddcce2


#ddcce2 Border Color

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

This div border color is #ddcce2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcce2


Comments

No comments written yet.

Please login to write comment.