#D2E7DE

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

Shades of White Ice #D2E7DE

Tints of White Ice #D2E7DE

Color information

#D2E7DE (or 0xD2E7DE) is unknown color: approx White Ice. HEX triplet: D2, E7 and DE. RGB value is (210,231,222). Sum of RGB (Red+Green+Blue) = 210+231+222=663 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.67% from 663); Green value is 231 (90.62% from 255 or 34.84% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E7DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E7DE is #2D1821. Grayscale: #DFDFDF. Windows color (decimal): -2955298 or 14608338. OLE color: 14608338.

HSL color Cylindrical-coordinate representation of color #D2E7DE: hue angle of 154.29º degrees, saturation: 0.3, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2E7DE is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB210231222-
CMYK0.0900.040.09
HSL154.29º30.43%86.47%-
HSV(B)154.29º9.09%90.59%-
XYZ68.3476.1380.2-
YUV223.69127.04118.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.67%
GREEN value IS 231 (90.62% from 255) = 34.84%
BLUE value IS 222 (87.11% from 255) = 33.48%
R=31.67%
G=34.84%
B=33.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102312220.0900.040.09154.2930.4386.47
HexD2E7DE90499a1e56
Octal32234733611041123236126
Binary11010010111001111101111010010100100110011010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E7DE; }

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

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

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

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

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

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

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

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