#D9E1DE

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

Shades of White Ice #D9E1DE

Tints of White Ice #D9E1DE

Color information

#D9E1DE (or 0xD9E1DE) is unknown color: approx White Ice. HEX triplet: D9, E1 and DE. RGB value is (217,225,222). Sum of RGB (Red+Green+Blue) = 217+225+222=664 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.68% from 664); Green value is 225 (88.28% from 255 or 33.89% from 664); Blue value is 222 (87.11% from 255 or 33.43% from 664); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E1DE is #261E21. Grayscale: #DEDEDE. Windows color (decimal): -2498082 or 14606809. OLE color: 14606809.

HSL color Cylindrical-coordinate representation of color #D9E1DE: hue angle of 157.5º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D9E1DE is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB217225222-
CMYK0.0400.010.12
HSL157.5º11.76%86.67%-
HSV(B)157.5º3.56%88.24%-
XYZ68.7373.8879.74-
YUV222.27127.85124.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.68%
GREEN value IS 225 (88.28% from 255) = 33.89%
BLUE value IS 222 (87.11% from 255) = 33.43%
R=32.68%
G=33.89%
B=33.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172252220.0400.010.12157.511.7686.67
HexD9E1DE401C9dc57
Octal3313413364011423514127
Binary1101100111100001110111101000111001001110111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E1DE; }

 p { color: rgb(217,225,222); }

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

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

 a { background-color: rgb(217,225,222); }

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

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

 span { border-color: rgb(217,225,222); }

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