#D9EBC9

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

Shades of Frostee #D9EBC9

Tints of Frostee #D9EBC9

Color information

#D9EBC9 (or 0xD9EBC9) is unknown color: approx Frostee. HEX triplet: D9, EB and C9. RGB value is (217,235,201). Sum of RGB (Red+Green+Blue) = 217+235+201=653 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.23% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 201 (78.91% from 255 or 30.78% from 653); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EBC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EBC9 is #261436. Grayscale: #E1E1E1. Windows color (decimal): -2495543 or 13233113. OLE color: 13233113.

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

Color convert

RGB217235201-
CMYK0.0800.140.08
HSL91.76º45.95%85.49%-
HSV(B)91.76º14.47%92.16%-
XYZ68.8778.3966.76-
YUV225.74114.04121.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.23%
GREEN value IS 235 (92.19% from 255) = 35.99%
BLUE value IS 201 (78.91% from 255) = 30.78%
R=33.23%
G=35.99%
B=30.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172352010.0800.140.0891.7645.9585.49
HexD9EBC980E85c2e55
Octal331353311100161013456125
Binary110110011110101111001001100001110100010111001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EBC9; }

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

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

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

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

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

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

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

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