#D0FEE9

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

Shades of White Ice #D0FEE9

Tints of White Ice #D0FEE9

Color information

#D0FEE9 (or 0xD0FEE9) is unknown color: approx White Ice. HEX triplet: D0, FE and E9. RGB value is (208,254,233). Sum of RGB (Red+Green+Blue) = 208+254+233=695 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.93% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 233 (91.41% from 255 or 33.53% from 695); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FEE9 is #2F0116. Grayscale: #EDEDED. Windows color (decimal): -3080471 or 15335120. OLE color: 15335120.

HSL color Cylindrical-coordinate representation of color #D0FEE9: hue angle of 152.61º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FEE9 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB208254233-
CMYK0.1800.080.00
HSL152.61º95.83%90.59%-
HSV(B)152.61º18.11%99.61%-
XYZ76.1690.1890.48-
YUV237.85125.26106.71-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.93%
GREEN value IS 254 (99.61% from 255) = 36.55%
BLUE value IS 233 (91.41% from 255) = 33.53%
R=29.93%
G=36.55%
B=33.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2082542330.1800.080.00152.6195.8390.59
HexD0FEE91208099605b
Octal320376351220100231140133
Binary110100001111111011101001100100100001001100111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FEE9; }

 p { color: rgb(208,254,233); }

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

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

 a { background-color: rgb(208,254,233); }

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

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

 span { border-color: rgb(208,254,233); }

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