#D5FEE9

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

Shades of White Ice #D5FEE9

Tints of White Ice #D5FEE9

Color information

#D5FEE9 (or 0xD5FEE9) is unknown color: approx White Ice. HEX triplet: D5, FE and E9. RGB value is (213,254,233). Sum of RGB (Red+Green+Blue) = 213+254+233=700 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.43% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 233 (91.41% from 255 or 33.29% from 700); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FEE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FEE9 is #2A0116. Grayscale: #EFEFEF. Windows color (decimal): -2752791 or 15335125. OLE color: 15335125.

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

Color convert

RGB213254233-
CMYK0.1600.080.00
HSL149.27º95.35%91.57%-
HSV(B)149.27º16.14%99.61%-
XYZ77.5990.9190.55-
YUV239.35124.42109.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.43%
GREEN value IS 254 (99.61% from 255) = 36.29%
BLUE value IS 233 (91.41% from 255) = 33.29%
R=30.43%
G=36.29%
B=33.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2132542330.1600.080.00149.2795.3591.57
HexD5FEE910080955f5c
Octal325376351200100225137134
Binary110101011111111011101001100000100001001010110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FEE9; }

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

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

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

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

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

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

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

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