#D2ECDD

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

Shades of White Ice #D2ECDD

Tints of White Ice #D2ECDD

Color information

#D2ECDD (or 0xD2ECDD) is unknown color: approx White Ice. HEX triplet: D2, EC and DD. RGB value is (210,236,221). Sum of RGB (Red+Green+Blue) = 210+236+221=667 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.48% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 236 - color contains mainly: green. Hex color #D2ECDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2ECDD is #2D1322. Grayscale: #E2E2E2. Windows color (decimal): -2954019 or 14544082. OLE color: 14544082.

HSL color Cylindrical-coordinate representation of color #D2ECDD: hue angle of 145.38º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2ECDD is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB210236221-
CMYK0.1100.060.07
HSL145.38º40.62%87.45%-
HSV(B)145.38º11.02%92.55%-
XYZ69.6278.9179.97-
YUV226.52124.89116.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.48%
GREEN value IS 236 (92.58% from 255) = 35.38%
BLUE value IS 221 (86.72% from 255) = 33.13%
R=31.48%
G=35.38%
B=33.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102362210.1100.060.07145.3840.6287.45
HexD2ECDDB067912957
Octal3223543351306722151127
Binary11010010111011001101110110110110111100100011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ECDD; }

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

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

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

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

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

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

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

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