#D9FBED

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

Shades of White Ice #D9FBED

Tints of White Ice #D9FBED

Color information

#D9FBED (or 0xD9FBED) is unknown color: approx White Ice. HEX triplet: D9, FB and ED. RGB value is (217,251,237). Sum of RGB (Red+Green+Blue) = 217+251+237=705 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.78% from 705); Green value is 251 (98.44% from 255 or 35.60% from 705); Blue value is 237 (92.97% from 255 or 33.62% from 705); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FBED is #260412. Grayscale: #EFEFEF. Windows color (decimal): -2491411 or 15596505. OLE color: 15596505.

HSL color Cylindrical-coordinate representation of color #D9FBED: hue angle of 155.29º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9FBED is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB217251237-
CMYK0.1400.060.02
HSL155.29º80.95%91.76%-
HSV(B)155.29º13.55%98.43%-
XYZ78.489.8693.33-
YUV239.24126.74112.14-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.78%
GREEN value IS 251 (98.44% from 255) = 35.60%
BLUE value IS 237 (92.97% from 255) = 33.62%
R=30.78%
G=35.60%
B=33.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172512370.1400.060.02155.2980.9591.76
HexD9FBEDE0629b515c
Octal33137335516062233121134
Binary11011001111110111110110111100110101001101110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FBED; }

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

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

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

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

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

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

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

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