Color Hex Logo

#dddcea Color Hex

#DDDCEA
(221,220,234)
0 Favorites   0 Comments

Color spaces of #dddcea

RGB 221220234
HSL0.680.250.89
HSV244°92°
CMYK 0.060.060.00   0.08
XYZ70.263372.499188.1323
Yxy72.49910.30430.3140
Hunter Lab85.1464-1.7070-1.7667
CIE-Lab88.20832.9252-6.7202

#dddcea color RGB value is (221,220,234).

#dddcea hex color red value is 221, green value is 220 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dddcea hue: 0.68 , saturation: 0.25 and the lightness value of dddcea is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 11101010
Octal 335 334 352
Decimal 221 220 234
Hex DD DC EA

RGB Percentages of Color #dddcea

%32.74
%32.59
%34.67

CMYK Percentages of Color #dddcea

%6
%6
%0
%8

Triadic Colors of #dddcea

#dddcea #eadddc #dceadd

Analogous Colors of #dddcea

#dddcea #e4dcea #dce2ea

Monochromatic Colors of #dddcea

#dddcea

Complementary Color

#dddcea #e9eadc

#dddcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddcea Color CSS Codes

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

#dddcea Text Font Color

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

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


#dddcea Background Color

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

This div background color is #dddcea


#dddcea Border Color

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

This div border color is #dddcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddcea


Comments

No comments written yet.

Please login to write comment.