#D2E5DC

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

Shades of White Ice #D2E5DC

Tints of White Ice #D2E5DC

Color information

#D2E5DC (or 0xD2E5DC) is unknown color: approx White Ice. HEX triplet: D2, E5 and DC. RGB value is (210,229,220). Sum of RGB (Red+Green+Blue) = 210+229+220=659 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.87% from 659); Green value is 229 (89.84% from 255 or 34.75% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E5DC is #2D1A23. Grayscale: #DEDEDE. Windows color (decimal): -2955812 or 14476754. OLE color: 14476754.

HSL color Cylindrical-coordinate representation of color #D2E5DC: hue angle of 151.58º degrees, saturation: 0.27, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D2E5DC is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB210229220-
CMYK0.0800.040.10
HSL151.58º26.76%86.08%-
HSV(B)151.58º8.3%89.8%-
XYZ67.5274.9178.61-
YUV222.29126.71119.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.87%
GREEN value IS 229 (89.84% from 255) = 34.75%
BLUE value IS 220 (86.33% from 255) = 33.38%
R=31.87%
G=34.75%
B=33.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2102292200.0800.040.10151.5826.7686.08
HexD2E5DC804A981b56
Octal32234533410041223033126
Binary11010010111001011101110010000100101010011000110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E5DC; }

 p { color: rgb(210,229,220); }

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

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

 a { background-color: rgb(210,229,220); }

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

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

 span { border-color: rgb(210,229,220); }

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