#D9FDED

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

Shades of White Ice #D9FDED

Tints of White Ice #D9FDED

Color information

#D9FDED (or 0xD9FDED) is unknown color: approx White Ice. HEX triplet: D9, FD and ED. RGB value is (217,253,237). Sum of RGB (Red+Green+Blue) = 217+253+237=707 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.69% from 707); Green value is 253 (99.22% from 255 or 35.79% from 707); Blue value is 237 (92.97% from 255 or 33.52% from 707); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FDED is #260212. Grayscale: #F0F0F0. Windows color (decimal): -2490899 or 15597017. OLE color: 15597017.

HSL color Cylindrical-coordinate representation of color #D9FDED: hue angle of 153.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 #D9FDED is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB217253237-
CMYK0.1400.060.01
HSL153.33º90%92.16%-
HSV(B)153.33º14.23%99.22%-
XYZ79.0391.1293.54-
YUV240.41126.07111.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.69%
GREEN value IS 253 (99.22% from 255) = 35.79%
BLUE value IS 237 (92.97% from 255) = 33.52%
R=30.69%
G=35.79%
B=33.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172532370.1400.060.01153.339092.16
HexD9FDEDE061995a5c
Octal33137535516061231132134
Binary1101100111111101111011011110011011001100110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FDED; }

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

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

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

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

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

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

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

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