#D9FCED

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

Shades of White Ice #D9FCED

Tints of White Ice #D9FCED

Color information

#D9FCED (or 0xD9FCED) is unknown color: approx White Ice. HEX triplet: D9, FC and ED. RGB value is (217,252,237). Sum of RGB (Red+Green+Blue) = 217+252+237=706 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.74% from 706); Green value is 252 (98.83% from 255 or 35.69% from 706); Blue value is 237 (92.97% from 255 or 33.57% from 706); Max value from RGB is 252 - color contains mainly: green. Hex color #D9FCED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FCED is #260312. Grayscale: #EFEFEF. Windows color (decimal): -2491155 or 15596761. OLE color: 15596761.

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

Color convert

RGB217252237-
CMYK0.1400.060.01
HSL154.29º85.37%91.96%-
HSV(B)154.29º13.89%98.82%-
XYZ78.7190.4993.44-
YUV239.82126.4111.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.74%
GREEN value IS 252 (98.83% from 255) = 35.69%
BLUE value IS 237 (92.97% from 255) = 33.57%
R=30.74%
G=35.69%
B=33.57%

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
Decimal2172522370.1400.060.01154.2985.3791.96
HexD9FCEDE0619a555c
Octal33137435516061232125134
Binary1101100111111100111011011110011011001101010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FCED; }

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

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

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

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

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

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

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

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