#D2E1DE

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

Shades of Jagged Ice #D2E1DE

Tints of Jagged Ice #D2E1DE

Color information

#D2E1DE (or 0xD2E1DE) is unknown color: approx Jagged Ice. HEX triplet: D2, E1 and DE. RGB value is (210,225,222). Sum of RGB (Red+Green+Blue) = 210+225+222=657 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.96% from 657); Green value is 225 (88.28% from 255 or 34.25% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E1DE is #2D1E21. Grayscale: #DCDCDC. Windows color (decimal): -2956834 or 14606802. OLE color: 14606802.

HSL color Cylindrical-coordinate representation of color #D2E1DE: hue angle of 168º degrees, saturation: 0.2, 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 #D2E1DE is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB210225222-
CMYK0.0700.010.12
HSL168º20%85.29%-
HSV(B)168º6.67%88.24%-
XYZ66.6972.8379.65-
YUV220.17129.03120.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.96%
GREEN value IS 225 (88.28% from 255) = 34.25%
BLUE value IS 222 (87.11% from 255) = 33.79%
R=31.96%
G=34.25%
B=33.79%

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
Decimal2102252220.0700.010.121682085.29
HexD2E1DE701Ca81455
Octal3223413367011425024125
Binary11010010111000011101111011101110010101000101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E1DE; }

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

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

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

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

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

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

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

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