#D9EBCC

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

Shades of Frostee #D9EBCC

Tints of Frostee #D9EBCC

Color information

#D9EBCC (or 0xD9EBCC) is unknown color: approx Frostee. HEX triplet: D9, EB and CC. RGB value is (217,235,204). Sum of RGB (Red+Green+Blue) = 217+235+204=656 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.08% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EBCC is #261433. Grayscale: #E2E2E2. Windows color (decimal): -2495540 or 13429721. OLE color: 13429721.

HSL color Cylindrical-coordinate representation of color #D9EBCC: hue angle of 94.84º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9EBCC is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB217235204-
CMYK0.0800.130.08
HSL94.84º43.66%86.08%-
HSV(B)94.84º13.19%92.16%-
XYZ69.2278.5368.64-
YUV226.08115.54121.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.08%
GREEN value IS 235 (92.19% from 255) = 35.82%
BLUE value IS 204 (80.08% from 255) = 31.10%
R=33.08%
G=35.82%
B=31.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172352040.0800.130.0894.8443.6686.08
HexD9EBCC80D85f2c56
Octal331353314100151013754126
Binary110110011110101111001100100001101100010111111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EBCC; }

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

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

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

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

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

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

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

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