Html Css Color HEX #D9E1DE White Ice

📋 copy color: '#D9E1DE'

red 217 ◦ green 225 ◦ blue 222

#D9E1DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of White Ice #D9E1DE

Tints of White Ice #D9E1DE

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 value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#D9E1DE (or 0xD9E1DE) is known color: 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

RGB 217 225 222 -
CMYK 0.04 0 0.01 0.12
HSL 157.5º 0.12% 0.87% -
HSV(B) 157.5º 0.04% 0.88% -
XYZ 68.73 73.88 79.74 -
YUV 222.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 217 225 222 0.04 0 0.01 0.12 157.5 0.12 0.87
Hex D9 E1 DE 4 0 1 C 9E C 57
Octal 331 341 336 4 0 1 14 236 14 127
Binary 11011001 11100001 11011110 100 0 1 1100 10011110 1100 1010111

Color Harmonies of #D9E1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E1DE

Black with #D9E1DE

Text Example


Text Example

White with #D9E1DE

Text Example


Text Example

HTML Codes & Css Web 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>