#D9FCEB

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

Shades of White Ice #D9FCEB

Tints of White Ice #D9FCEB

Color information

#D9FCEB (or 0xD9FCEB) is unknown color: approx White Ice. HEX triplet: D9, FC and EB. RGB value is (217,252,235). Sum of RGB (Red+Green+Blue) = 217+252+235=704 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.82% from 704); Green value is 252 (98.83% from 255 or 35.80% from 704); Blue value is 235 (92.19% from 255 or 33.38% from 704); Max value from RGB is 252 - color contains mainly: green. Hex color #D9FCEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FCEB is #260314. Grayscale: #EFEFEF. Windows color (decimal): -2491157 or 15465689. OLE color: 15465689.

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

Color convert

RGB217252235-
CMYK0.1400.070.01
HSL150.86º85.37%91.96%-
HSV(B)150.86º13.89%98.82%-
XYZ78.4290.3791.91-
YUV239.6125.4111.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.82%
GREEN value IS 252 (98.83% from 255) = 35.80%
BLUE value IS 235 (92.19% from 255) = 33.38%
R=30.82%
G=35.80%
B=33.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172522350.1400.070.01150.8685.3791.96
HexD9FCEBE07197555c
Octal33137435316071227125134
Binary1101100111111100111010111110011111001011110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FCEB; }

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

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

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

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

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

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

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

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