Color Hex Logo

#ddccea Color Hex

#DDCCEA
(221,204,234)
0 Favorites   0 Comments

Color spaces of #ddccea

RGB 221204234
HSL0.760.420.86
HSV274°13°92°
CMYK 0.060.130.00   0.08
XYZ66.262964.498486.7989
Yxy64.49840.30460.2965
Hunter Lab80.31096.7327-7.8622
CIE-Lab84.224611.3481-12.6438

#ddccea color RGB value is (221,204,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 11101010
Octal 335 314 352
Decimal 221 204 234
Hex DD CC EA

RGB Percentages of Color #ddccea

%33.54
%30.96
%35.51

CMYK Percentages of Color #ddccea

%6
%13
%0
%8

Triadic Colors of #ddccea

#ddccea #eaddcc #cceadd

Analogous Colors of #ddccea

#ddccea #eacce8 #ceccea

Monochromatic Colors of #ddccea

#ddccea

Complementary Color

#ddccea #d9eacc

#ddccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddccea Color CSS Codes

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

#ddccea Text Font Color

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

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


#ddccea Background Color

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

This div background color is #ddccea


#ddccea Border Color

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

This div border color is #ddccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddccea


Comments

No comments written yet.

Please login to write comment.