#D9FDEA

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

Shades of White Ice #D9FDEA

Tints of White Ice #D9FDEA

Color information

#D9FDEA (or 0xD9FDEA) is unknown color: approx White Ice. HEX triplet: D9, FD and EA. RGB value is (217,253,234). Sum of RGB (Red+Green+Blue) = 217+253+234=704 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.82% from 704); Green value is 253 (99.22% from 255 or 35.94% from 704); Blue value is 234 (91.80% from 255 or 33.24% from 704); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FDEA is #260215. Grayscale: #F0F0F0. Windows color (decimal): -2490902 or 15400409. OLE color: 15400409.

HSL color Cylindrical-coordinate representation of color #D9FDEA: hue angle of 148.33º degrees, saturation: 0.9, 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 #D9FDEA is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB217253234-
CMYK0.1400.080.01
HSL148.33º90%92.16%-
HSV(B)148.33º14.23%99.22%-
XYZ78.5990.9491.25-
YUV240.07124.57111.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.82%
GREEN value IS 253 (99.22% from 255) = 35.94%
BLUE value IS 234 (91.80% from 255) = 33.24%
R=30.82%
G=35.94%
B=33.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172532340.1400.080.01148.339092.16
HexD9FDEAE081945a5c
Octal331375352160101224132134
Binary11011001111111011110101011100100011001010010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FDEA; }

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

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

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

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

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

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

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

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