#D2E7DD

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

Shades of White Ice #D2E7DD

Tints of White Ice #D2E7DD

Color information

#D2E7DD (or 0xD2E7DD) is unknown color: approx White Ice. HEX triplet: D2, E7 and DD. RGB value is (210,231,221). Sum of RGB (Red+Green+Blue) = 210+231+221=662 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.72% from 662); Green value is 231 (90.62% from 255 or 34.89% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E7DD is #2D1822. Grayscale: #DFDFDF. Windows color (decimal): -2955299 or 14542802. OLE color: 14542802.

HSL color Cylindrical-coordinate representation of color #D2E7DD: hue angle of 151.43º 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 #D2E7DD is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB210231221-
CMYK0.0900.040.09
HSL151.43º30.43%86.47%-
HSV(B)151.43º9.09%90.59%-
XYZ68.2176.0779.5-
YUV223.58126.54118.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.72%
GREEN value IS 231 (90.62% from 255) = 34.89%
BLUE value IS 221 (86.72% from 255) = 33.38%
R=31.72%
G=34.89%
B=33.38%

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
Decimal2102312210.0900.040.09151.4330.4386.47
HexD2E7DD9049971e56
Octal32234733511041122736126
Binary11010010111001111101110110010100100110010111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E7DD; }

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

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

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

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

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

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

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

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