Shades of Frostee #D8EBC4
Tints of Frostee #D8EBC4
RGB
CMYK
RGB Variations
Color information
#D8EBC4 (or 0xD8EBC4) is known color: Frostee. HEX triplet: D8, EB and C4. RGB value is (216,235,196). Sum of RGB (Red+Green+Blue) = 216+235+196=647 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.38% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 196 (76.95% from 255 or 30.29% from 647); Max value from RGB is 235 - color contains mainly: green. Hex color #D8EBC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EBC4 is #27143B. Grayscale: #E1E1E1. Windows color (decimal): -2561084 or 12905432. OLE color: 12905432.
HSL color Cylindrical-coordinate representation of color #D8EBC4: hue angle of 89.23º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8EBC4 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 235 | 196 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.08 |
| HSL | 89.23º | 0.49% | 0.85% | - |
| HSV(B) | 89.23º | 0.17% | 0.92% | - |
| XYZ | 67.99 | 78 | 63.7 | - |
| YUV | 224.87 | 111.71 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 235 | 196 | 0.08 | 0 | 0.17 | 0.08 | 89.23 | 0.49 | 0.85 |
| Hex | D8 | EB | C4 | 8 | 0 | 11 | 8 | 59 | 31 | 55 |
| Octal | 330 | 353 | 304 | 10 | 0 | 21 | 10 | 131 | 61 | 125 |
| Binary | 11011000 | 11101011 | 11000100 | 1000 | 0 | 10001 | 1000 | 1011001 | 110001 | 1010101 |
Color Harmonies of #D8EBC4
Complementary color
Monochromatic Colors of #D8EBC4
Black with #D8EBC4
Text Example
Text Example
White with #D8EBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EBC4; }
p { color: rgb(216,235,196); }
H1.HeaderClassName
{
color: #D8EBC4;
}
.AnyTagClassName
{
color: #D8EBC4;
}
</style>
background-color css
<style>
a { background-color: #D8EBC4; }
a { background-color: rgb(216,235,196); }
div.DivClassName
{
background-color: #D8EBC4;
}
.BgClassName
{
background-color: #D8EBC4;
}
</style>
border-color css
<style>
span { border-color: #D8EBC4; }
span { border-color: rgb(216,235,196); }
td.TdClassName
{
border-color: #D8EBC4;
}
.TagClassName
{
border-color: #D8EBC4;
}
</style>