#D2E0DE

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

Shades of Jagged Ice #D2E0DE

Tints of Jagged Ice #D2E0DE

Color information

#D2E0DE (or 0xD2E0DE) is unknown color: approx Jagged Ice. HEX triplet: D2, E0 and DE. RGB value is (210,224,222). Sum of RGB (Red+Green+Blue) = 210+224+222=656 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.01% from 656); Green value is 224 (87.89% from 255 or 34.15% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E0DE is #2D1F21. Grayscale: #DBDBDB. Windows color (decimal): -2957090 or 14606546. OLE color: 14606546.

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

Color convert

RGB210224222-
CMYK0.0600.010.12
HSL171.43º18.42%85.1%-
HSV(B)171.43º6.25%87.84%-
XYZ66.4272.2979.56-
YUV219.59129.36121.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.01%
GREEN value IS 224 (87.89% from 255) = 34.15%
BLUE value IS 222 (87.11% from 255) = 33.84%
R=32.01%
G=34.15%
B=33.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2102242220.0600.010.12171.4318.4285.1
HexD2E0DE601Cab1255
Octal3223403366011425322125
Binary11010010111000001101111011001110010101011100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E0DE; }

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

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

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

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

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

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

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

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