#D0EFDD

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

Shades of White Ice #D0EFDD

Tints of White Ice #D0EFDD

Color information

#D0EFDD (or 0xD0EFDD) is unknown color: approx White Ice. HEX triplet: D0, EF and DD. RGB value is (208,239,221). Sum of RGB (Red+Green+Blue) = 208+239+221=668 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.14% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EFDD is #2F1022. Grayscale: #E3E3E3. Windows color (decimal): -3084323 or 14544848. OLE color: 14544848.

HSL color Cylindrical-coordinate representation of color #D0EFDD: hue angle of 145.16º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0EFDD is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB208239221-
CMYK0.1300.080.06
HSL145.16º49.21%87.65%-
HSV(B)145.16º12.97%93.73%-
XYZ69.9380.3680.23-
YUV227.68124.23113.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.14%
GREEN value IS 239 (93.75% from 255) = 35.78%
BLUE value IS 221 (86.72% from 255) = 33.08%
R=31.14%
G=35.78%
B=33.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2082392210.1300.080.06145.1649.2187.65
HexD0EFDDD086913158
Octal32035733515010622161130
Binary110100001110111111011101110101000110100100011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EFDD; }

 p { color: rgb(208,239,221); }

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

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

 a { background-color: rgb(208,239,221); }

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

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

 span { border-color: rgb(208,239,221); }

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