#D9FFED

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

Shades of White Ice #D9FFED

Tints of White Ice #D9FFED

Color information

#D9FFED (or 0xD9FFED) is unknown color: approx White Ice. HEX triplet: D9, FF and ED. RGB value is (217,255,237). Sum of RGB (Red+Green+Blue) = 217+255+237=709 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.61% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 237 (92.97% from 255 or 33.43% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FFED is #260012. Grayscale: #F1F1F1. Windows color (decimal): -2490387 or 15597529. OLE color: 15597529.

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

Color convert

RGB217255237-
CMYK0.1500.070
HSL151.58º100%92.55%-
HSV(B)151.58º14.9%100%-
XYZ79.6692.3993.75-
YUV241.59125.41110.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.61%
GREEN value IS 255 (100% from 255) = 35.97%
BLUE value IS 237 (92.97% from 255) = 33.43%
R=30.61%
G=35.97%
B=33.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2172552370.1500.070151.5810092.55
HexD9FFEDF07098645d
Octal33137735517070230144135
Binary1101100111111111111011011111011101001100011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FFED; }

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

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

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

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

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

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

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

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