#D9FBEA

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

Shades of White Ice #D9FBEA

Tints of White Ice #D9FBEA

Color information

#D9FBEA (or 0xD9FBEA) is unknown color: approx White Ice. HEX triplet: D9, FB and EA. RGB value is (217,251,234). Sum of RGB (Red+Green+Blue) = 217+251+234=702 (92% of max value = 765). Red value is 217 (85.16% from 255 or 30.91% from 702); Green value is 251 (98.44% from 255 or 35.75% from 702); Blue value is 234 (91.80% from 255 or 33.33% from 702); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FBEA is #260415. Grayscale: #EEEEEE. Windows color (decimal): -2491414 or 15399897. OLE color: 15399897.

HSL color Cylindrical-coordinate representation of color #D9FBEA: hue angle of 150º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9FBEA is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB217251234-
CMYK0.1400.070.02
HSL150º80.95%91.76%-
HSV(B)150º13.55%98.43%-
XYZ77.9689.6991.04-
YUV238.9125.24112.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.91%
GREEN value IS 251 (98.44% from 255) = 35.75%
BLUE value IS 234 (91.80% from 255) = 33.33%
R=30.91%
G=35.75%
B=33.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172512340.1400.070.0215080.9591.76
HexD9FBEAE07296515c
Octal33137335216072226121134
Binary11011001111110111110101011100111101001011010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FBEA; }

 p { color: rgb(217,251,234); }

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

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

 a { background-color: rgb(217,251,234); }

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

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

 span { border-color: rgb(217,251,234); }

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