#D1E0DE

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

Shades of Jagged Ice #D1E0DE

Tints of Jagged Ice #D1E0DE

Color information

#D1E0DE (or 0xD1E0DE) is unknown color: approx Jagged Ice. HEX triplet: D1, E0 and DE. RGB value is (209,224,222). Sum of RGB (Red+Green+Blue) = 209+224+222=655 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.91% from 655); Green value is 224 (87.89% from 255 or 34.20% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E0DE is #2E1F21. Grayscale: #DBDBDB. Windows color (decimal): -3022626 or 14606545. OLE color: 14606545.

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

Color convert

RGB209224222-
CMYK0.0700.010.12
HSL172º19.48%84.9%-
HSV(B)172º6.7%87.84%-
XYZ66.1372.1479.55-
YUV219.29129.53120.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.91%
GREEN value IS 224 (87.89% from 255) = 34.20%
BLUE value IS 222 (87.11% from 255) = 33.89%
R=31.91%
G=34.20%
B=33.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2092242220.0700.010.1217219.4884.9
HexD1E0DE701Cac1355
Octal3213403367011425423125
Binary11010001111000001101111011101110010101100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E0DE; }

 p { color: rgb(209,224,222); }

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

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

 a { background-color: rgb(209,224,222); }

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

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

 span { border-color: rgb(209,224,222); }

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