#D2E2E0

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

Shades of Jagged Ice #D2E2E0

Tints of Jagged Ice #D2E2E0

Color information

#D2E2E0 (or 0xD2E2E0) is unknown color: approx Jagged Ice. HEX triplet: D2, E2 and E0. RGB value is (210,226,224). Sum of RGB (Red+Green+Blue) = 210+226+224=660 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.82% from 660); Green value is 226 (88.67% from 255 or 34.24% from 660); Blue value is 224 (87.89% from 255 or 33.94% from 660); Max value from RGB is 226 - color contains mainly: green. Hex color #D2E2E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E2E0 is #2D1D1F. Grayscale: #DCDCDC. Windows color (decimal): -2956576 or 14738130. OLE color: 14738130.

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

Color convert

RGB210226224-
CMYK0.0700.010.11
HSL172.5º21.62%85.49%-
HSV(B)172.5º7.08%88.63%-
XYZ67.2373.4881.16-
YUV220.99129.7120.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.82%
GREEN value IS 226 (88.67% from 255) = 34.24%
BLUE value IS 224 (87.89% from 255) = 33.94%
R=31.82%
G=34.24%
B=33.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2102262240.0700.010.11172.521.6285.49
HexD2E2E0701Bac1655
Octal3223423407011325426125
Binary11010010111000101110000011101101110101100101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E2E0; }

 p { color: rgb(210,226,224); }

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

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

 a { background-color: rgb(210,226,224); }

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

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

 span { border-color: rgb(210,226,224); }

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