Color Hex Logo

#ddceea Color Hex

#DDCEEA
(221,206,234)
0 Favorites   0 Comments

Color spaces of #ddceea

RGB 221206234
HSL0.760.400.86
HSV272°12°92°
CMYK 0.060.120.00   0.08
XYZ66.741465.455386.9584
Yxy65.45530.30450.2987
Hunter Lab80.90445.6692-7.0935
CIE-Lab84.717810.2868-11.9070

#ddceea color RGB value is (221,206,234).

#ddceea hex color red value is 221, green value is 206 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ddceea hue: 0.76 , saturation: 0.40 and the lightness value of ddceea is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001110 11101010
Octal 335 316 352
Decimal 221 206 234
Hex DD CE EA

RGB Percentages of Color #ddceea

%33.43
%31.16
%35.40

CMYK Percentages of Color #ddceea

%6
%12
%0
%8

Triadic Colors of #ddceea

#ddceea #eaddce #ceeadd

Analogous Colors of #ddceea

#ddceea #eacee9 #cfceea

Monochromatic Colors of #ddceea

#ddceea

Complementary Color

#ddceea #dbeace

#ddceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddceea Color CSS Codes

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

#ddceea Text Font Color

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

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


#ddceea Background Color

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

This div background color is #ddceea


#ddceea Border Color

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

This div border color is #ddceea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddceea


Comments

No comments written yet.

Please login to write comment.