#D0FFE9

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

Shades of White Ice #D0FFE9

Tints of White Ice #D0FFE9

Color information

#D0FFE9 (or 0xD0FFE9) is unknown color: approx White Ice. HEX triplet: D0, FF and E9. RGB value is (208,255,233). Sum of RGB (Red+Green+Blue) = 208+255+233=696 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.89% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 233 (91.41% from 255 or 33.48% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FFE9 is #2F0016. Grayscale: #EEEEEE. Windows color (decimal): -3080215 or 15335376. OLE color: 15335376.

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

Color convert

RGB208255233-
CMYK0.1800.090
HSL151.91º100%90.78%-
HSV(B)151.91º18.43%100%-
XYZ76.4890.8190.59-
YUV238.44124.93106.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.89%
GREEN value IS 255 (100% from 255) = 36.64%
BLUE value IS 233 (91.41% from 255) = 33.48%
R=29.89%
G=36.64%
B=33.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082552330.1800.090151.9110090.78
HexD0FFE91209098645b
Octal320377351220110230144133
Binary110100001111111111101001100100100101001100011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FFE9; }

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

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

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

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

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

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

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

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