#D0EADE

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

Shades of White Ice #D0EADE

Tints of White Ice #D0EADE

Color information

#D0EADE (or 0xD0EADE) is unknown color: approx White Ice. HEX triplet: D0, EA and DE. RGB value is (208,234,222). Sum of RGB (Red+Green+Blue) = 208+234+222=664 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.33% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 222 (87.11% from 255 or 33.43% from 664); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EADE is #2F1521. Grayscale: #E0E0E0. Windows color (decimal): -3085602 or 14609104. OLE color: 14609104.

HSL color Cylindrical-coordinate representation of color #D0EADE: hue angle of 152.31º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0EADE is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB208234222-
CMYK0.1100.050.08
HSL152.31º38.24%86.67%-
HSV(B)152.31º11.11%91.76%-
XYZ68.6277.5380.46-
YUV224.86126.39115.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.33%
GREEN value IS 234 (91.80% from 255) = 35.24%
BLUE value IS 222 (87.11% from 255) = 33.43%
R=31.33%
G=35.24%
B=33.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082342220.1100.050.08152.3138.2486.67
HexD0EADEB058982657
Octal32035233613051023046127
Binary110100001110101011011110101101011000100110001001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EADE; }

 p { color: rgb(208,234,222); }

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

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

 a { background-color: rgb(208,234,222); }

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

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

 span { border-color: rgb(208,234,222); }

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