#D0FEE5

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

Shades of White Ice #D0FEE5

Tints of White Ice #D0FEE5

Color information

#D0FEE5 (or 0xD0FEE5) is unknown color: approx White Ice. HEX triplet: D0, FE and E5. RGB value is (208,254,229). Sum of RGB (Red+Green+Blue) = 208+254+229=691 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.10% from 691); Green value is 254 (99.61% from 255 or 36.76% from 691); Blue value is 229 (89.84% from 255 or 33.14% from 691); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FEE5 is #2F011A. Grayscale: #EDEDED. Windows color (decimal): -3080475 or 15072976. OLE color: 15072976.

HSL color Cylindrical-coordinate representation of color #D0FEE5: hue angle of 147.39º 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 #D0FEE5 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB208254229-
CMYK0.1800.100.00
HSL147.39º95.83%90.59%-
HSV(B)147.39º18.11%99.61%-
XYZ75.689.9587.51-
YUV237.4123.26107.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.10%
GREEN value IS 254 (99.61% from 255) = 36.76%
BLUE value IS 229 (89.84% from 255) = 33.14%
R=30.10%
G=36.76%
B=33.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2082542290.1800.100.00147.3995.8390.59
HexD0FEE5120A093605b
Octal320376345220120223140133
Binary110100001111111011100101100100101001001001111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FEE5; }

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

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

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

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

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

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

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

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