Shades of Frostee #D7EBC8
Tints of Frostee #D7EBC8
RGB
CMYK
RGB Variations
Color information
#D7EBC8 (or 0xD7EBC8) is known color: Frostee. HEX triplet: D7, EB and C8. RGB value is (215,235,200). Sum of RGB (Red+Green+Blue) = 215+235+200=650 (86% of max value = 765). Red value is 215 (84.38% from 255 or 33.08% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 200 (78.52% from 255 or 30.77% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #D7EBC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EBC8 is #281437. Grayscale: #E1E1E1. Windows color (decimal): -2626616 or 13167575. OLE color: 13167575.
HSL color Cylindrical-coordinate representation of color #D7EBC8: hue angle of 94.29º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7EBC8 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 235 | 200 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.08 |
| HSL | 94.29º | 0.47% | 0.85% | - |
| HSV(B) | 94.29º | 0.15% | 0.92% | - |
| XYZ | 68.16 | 78.03 | 66.11 | - |
| YUV | 225.03 | 113.87 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 235 | 200 | 0.09 | 0 | 0.15 | 0.08 | 94.29 | 0.47 | 0.85 |
| Hex | D7 | EB | C8 | 9 | 0 | F | 8 | 5E | 2F | 55 |
| Octal | 327 | 353 | 310 | 11 | 0 | 17 | 10 | 136 | 57 | 125 |
| Binary | 11010111 | 11101011 | 11001000 | 1001 | 0 | 1111 | 1000 | 1011110 | 101111 | 1010101 |
Color Harmonies of #D7EBC8
Complementary color
Monochromatic Colors of #D7EBC8
Black with #D7EBC8
Text Example
Text Example
White with #D7EBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EBC8; }
p { color: rgb(215,235,200); }
H1.HeaderClassName
{
color: #D7EBC8;
}
.AnyTagClassName
{
color: #D7EBC8;
}
</style>
background-color css
<style>
a { background-color: #D7EBC8; }
a { background-color: rgb(215,235,200); }
div.DivClassName
{
background-color: #D7EBC8;
}
.BgClassName
{
background-color: #D7EBC8;
}
</style>
border-color css
<style>
span { border-color: #D7EBC8; }
span { border-color: rgb(215,235,200); }
td.TdClassName
{
border-color: #D7EBC8;
}
.TagClassName
{
border-color: #D7EBC8;
}
</style>