Color Hex Logo

#ddcee5 Color Hex

#DDCEE5
(221,206,229)
0 Favorites   0 Comments

Color spaces of #ddcee5

RGB 221206229
HSL0.780.310.85
HSV279°10°90°
CMYK 0.030.100.00   0.10
XYZ66.033065.171983.2279
Yxy65.17190.30790.3039
Hunter Lab80.72914.7295-4.6148
CIE-Lab84.57229.3363-9.4656

#ddcee5 color RGB value is (221,206,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001110 11100101
Octal 335 316 345
Decimal 221 206 229
Hex DD CE E5

RGB Percentages of Color #ddcee5

%33.69
%31.40
%34.91

CMYK Percentages of Color #ddcee5

%3
%10
%0
%10

Triadic Colors of #ddcee5

#ddcee5 #e5ddce #cee5dd

Analogous Colors of #ddcee5

#ddcee5 #e5cee2 #d2cee5

Monochromatic Colors of #ddcee5

#ddcee5

Complementary Color

#ddcee5 #d6e5ce

#ddcee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcee5 Color CSS Codes

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

#ddcee5 Text Font Color

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

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


#ddcee5 Background Color

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

This div background color is #ddcee5


#ddcee5 Border Color

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

This div border color is #ddcee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcee5


Comments

No comments written yet.

Please login to write comment.