#D9FCEA

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

Shades of White Ice #D9FCEA

Tints of White Ice #D9FCEA

Color information

#D9FCEA (or 0xD9FCEA) is unknown color: approx White Ice. HEX triplet: D9, FC and EA. RGB value is (217,252,234). Sum of RGB (Red+Green+Blue) = 217+252+234=703 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.87% from 703); Green value is 252 (98.83% from 255 or 35.85% from 703); Blue value is 234 (91.80% from 255 or 33.29% from 703); Max value from RGB is 252 - color contains mainly: green. Hex color #D9FCEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FCEA is #260315. Grayscale: #EFEFEF. Windows color (decimal): -2491158 or 15400153. OLE color: 15400153.

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

Color convert

RGB217252234-
CMYK0.1400.070.01
HSL149.14º85.37%91.96%-
HSV(B)149.14º13.89%98.82%-
XYZ78.2890.3191.15-
YUV239.48124.9111.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.87%
GREEN value IS 252 (98.83% from 255) = 35.85%
BLUE value IS 234 (91.80% from 255) = 33.29%
R=30.87%
G=35.85%
B=33.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172522340.1400.070.01149.1485.3791.96
HexD9FCEAE07195555c
Octal33137435216071225125134
Binary1101100111111100111010101110011111001010110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FCEA; }

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

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

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

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

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

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

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

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