#DDE2E0

Color #DDE2E0 White Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Ice #DDE2E0

Tints of White Ice #DDE2E0

Color information

#DDE2E0 (or 0xDDE2E0) is unknown color: approx White Ice. HEX triplet: DD, E2 and E0. RGB value is (221,226,224). Sum of RGB (Red+Green+Blue) = 221+226+224=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 226 (88.67% from 255 or 33.68% from 671); Blue value is 224 (87.89% from 255 or 33.38% from 671); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE2E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE2E0 is #221D1F. Grayscale: #E0E0E0. Windows color (decimal): -2235680 or 14738141. OLE color: 14738141.

HSL color Cylindrical-coordinate representation of color #DDE2E0: hue angle of 156º degrees, saturation: 0.08, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DDE2E0 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB221226224-
CMYK0.0200.010.11
HSL156º7.94%87.65%-
HSV(B)156º2.21%88.63%-
XYZ70.4775.1581.31-
YUV224.28127.84125.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 32.94%
GREEN value IS 226 (88.67% from 255) = 33.68%
BLUE value IS 224 (87.89% from 255) = 33.38%
R=32.94%
G=33.68%
B=33.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212262240.0200.010.111567.9487.65
HexDDE2E0201B9c858
Octal3353423402011323410130
Binary110111011110001011100000100110111001110010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE2E0; }

 p { color: rgb(221,226,224); }

 H1.HeaderClassName
 {
   color: #DDE2E0;
 }
 .AnyTagClassName
 {
   color: #DDE2E0;
 }
</style>
background-color css

<style>
 a { background-color: #DDE2E0; }

 a { background-color: rgb(221,226,224); }

 div.DivClassName
 {
   background-color: #DDE2E0;
 }
 .BgClassName
 {
   background-color: #DDE2E0;
 }
</style>
border-color css

<style>
 span { border-color: #DDE2E0; }

 span { border-color: rgb(221,226,224); }

 td.TdClassName
 {
   border-color: #DDE2E0;
 }
 .TagClassName
 {
   border-color: #DDE2E0;
 }
</style>