Shades of Frostee #D8EBC1
Tints of Frostee #D8EBC1
RGB
CMYK
RGB Variations
Color information
#D8EBC1 (or 0xD8EBC1) is known color: Frostee. HEX triplet: D8, EB and C1. RGB value is (216,235,193). Sum of RGB (Red+Green+Blue) = 216+235+193=644 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.54% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 193 (75.78% from 255 or 29.97% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #D8EBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EBC1 is #27143E. Grayscale: #E0E0E0. Windows color (decimal): -2561087 or 12708824. OLE color: 12708824.
HSL color Cylindrical-coordinate representation of color #D8EBC1: hue angle of 87.14º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D8EBC1 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 235 | 193 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.08 |
| HSL | 87.14º | 0.51% | 0.84% | - |
| HSV(B) | 87.14º | 0.18% | 0.92% | - |
| XYZ | 67.65 | 77.87 | 61.92 | - |
| YUV | 224.53 | 110.21 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 235 | 193 | 0.08 | 0 | 0.18 | 0.08 | 87.14 | 0.51 | 0.84 |
| Hex | D8 | EB | C1 | 8 | 0 | 12 | 8 | 57 | 33 | 54 |
| Octal | 330 | 353 | 301 | 10 | 0 | 22 | 10 | 127 | 63 | 124 |
| Binary | 11011000 | 11101011 | 11000001 | 1000 | 0 | 10010 | 1000 | 1010111 | 110011 | 1010100 |
Color Harmonies of #D8EBC1
Complementary color
Monochromatic Colors of #D8EBC1
Black with #D8EBC1
Text Example
Text Example
White with #D8EBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EBC1; }
p { color: rgb(216,235,193); }
H1.HeaderClassName
{
color: #D8EBC1;
}
.AnyTagClassName
{
color: #D8EBC1;
}
</style>
background-color css
<style>
a { background-color: #D8EBC1; }
a { background-color: rgb(216,235,193); }
div.DivClassName
{
background-color: #D8EBC1;
}
.BgClassName
{
background-color: #D8EBC1;
}
</style>
border-color css
<style>
span { border-color: #D8EBC1; }
span { border-color: rgb(216,235,193); }
td.TdClassName
{
border-color: #D8EBC1;
}
.TagClassName
{
border-color: #D8EBC1;
}
</style>