Color Hex Logo

#ddeee0 Color Hex

#DDEEE0
(221,238,224)
1 Favorites   0 Comments

Color spaces of #ddeee0

RGB 221238224
HSL0.360.330.90
HSV131°93°
CMYK 0.070.000.06   0.07
XYZ73.847981.903082.4377
Yxy81.90300.31000.3439
Hunter Lab90.5003-12.72019.3423
CIE-Lab92.5320-8.15064.8388

#ddeee0 color RGB value is (221,238,224).

#ddeee0 hex color red value is 221, green value is 238 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #ddeee0 hue: 0.36 , saturation: 0.33 and the lightness value of ddeee0 is 0.90.

The process color (four color CMYK) of #ddeee0 color hex is 0.07, 0.00, 0.06, 0.07. Web safe color of #ddeee0 is #ccffcc. Color #ddeee0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 11100000
Octal 335 356 340
Decimal 221 238 224
Hex DD EE E0

RGB Percentages of Color #ddeee0

%32.36
%34.85
%32.80

CMYK Percentages of Color #ddeee0

%7
%0
%6
%7

Triadic Colors of #ddeee0

#ddeee0 #e0ddee #eee0dd

Analogous Colors of #ddeee0

#ddeee0 #ddeee9 #e3eedd

Monochromatic Colors of #ddeee0

#ddeee0

Complementary Color

#ddeee0 #eeddeb

#ddeee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeee0 Color CSS Codes

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

#ddeee0 Text Font Color

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

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


#ddeee0 Background Color

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

This div background color is #ddeee0


#ddeee0 Border Color

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

This div border color is #ddeee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeee0

#ddeee0 Color Palettes


Comments

No comments written yet.

Please login to write comment.