#D9FEED

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

Shades of White Ice #D9FEED

Tints of White Ice #D9FEED

Color information

#D9FEED (or 0xD9FEED) is unknown color: approx White Ice. HEX triplet: D9, FE and ED. RGB value is (217,254,237). Sum of RGB (Red+Green+Blue) = 217+254+237=708 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.65% from 708); Green value is 254 (99.61% from 255 or 35.88% from 708); Blue value is 237 (92.97% from 255 or 33.47% from 708); Max value from RGB is 254 - color contains mainly: green. Hex color #D9FEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FEED is #260112. Grayscale: #F1F1F1. Windows color (decimal): -2490643 or 15597273. OLE color: 15597273.

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

Color convert

RGB217254237-
CMYK0.1500.070.00
HSL152.43º94.87%92.35%-
HSV(B)152.43º14.57%99.61%-
XYZ79.3491.7593.65-
YUV241125.74110.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.65%
GREEN value IS 254 (99.61% from 255) = 35.88%
BLUE value IS 237 (92.97% from 255) = 33.47%
R=30.65%
G=35.88%
B=33.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2172542370.1500.070.00152.4394.8792.35
HexD9FEEDF070985f5c
Octal33137635517070230137134
Binary1101100111111110111011011111011101001100010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FEED; }

 p { color: rgb(217,254,237); }

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

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

 a { background-color: rgb(217,254,237); }

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

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

 span { border-color: rgb(217,254,237); }

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