#DDE5E1

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

Shades of White Ice #DDE5E1

Tints of White Ice #DDE5E1

Color information

#DDE5E1 (or 0xDDE5E1) is unknown color: approx White Ice. HEX triplet: DD, E5 and E1. RGB value is (221,229,225). Sum of RGB (Red+Green+Blue) = 221+229+225=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 229 (89.84% from 255 or 33.93% from 675); Blue value is 225 (88.28% from 255 or 33.33% from 675); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE5E1 is #221A1E. Grayscale: #E2E2E2. Windows color (decimal): -2234911 or 14804445. OLE color: 14804445.

HSL color Cylindrical-coordinate representation of color #DDE5E1: hue angle of 150º degrees, saturation: 0.13, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDE5E1 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB221229225-
CMYK0.0300.020.10
HSL150º13.33%88.24%-
HSV(B)150º3.49%89.8%-
XYZ71.4376.8582.3-
YUV226.15127.35124.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.74%
GREEN value IS 229 (89.84% from 255) = 33.93%
BLUE value IS 225 (88.28% from 255) = 33.33%
R=32.74%
G=33.93%
B=33.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212292250.0300.020.1015013.3388.24
HexDDE5E1302A96d58
Octal3353453413021222615130
Binary1101110111100101111000011101010101001011011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE5E1; }

 p { color: rgb(221,229,225); }

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

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

 a { background-color: rgb(221,229,225); }

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

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

 span { border-color: rgb(221,229,225); }

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