#D2E9DD

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

Shades of White Ice #D2E9DD

Tints of White Ice #D2E9DD

Color information

#D2E9DD (or 0xD2E9DD) is unknown color: approx White Ice. HEX triplet: D2, E9 and DD. RGB value is (210,233,221). Sum of RGB (Red+Green+Blue) = 210+233+221=664 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.63% from 664); Green value is 233 (91.41% from 255 or 35.09% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E9DD is #2D1622. Grayscale: #E0E0E0. Windows color (decimal): -2954787 or 14543314. OLE color: 14543314.

HSL color Cylindrical-coordinate representation of color #D2E9DD: hue angle of 148.7º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2E9DD is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB210233221-
CMYK0.1000.050.09
HSL148.7º34.33%86.86%-
HSV(B)148.7º9.87%91.37%-
XYZ68.7777.279.68-
YUV224.76125.88117.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.63%
GREEN value IS 233 (91.41% from 255) = 35.09%
BLUE value IS 221 (86.72% from 255) = 33.28%
R=31.63%
G=35.09%
B=33.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102332210.1000.050.09148.734.3386.86
HexD2E9DDA059952257
Octal32235133512051122542127
Binary110100101110100111011101101001011001100101011000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E9DD; }

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

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

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

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

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

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

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

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