Shades of Frostee #D5E6C8
Tints of Frostee #D5E6C8
RGB
CMYK
RGB Variations
Color information
#D5E6C8 (or 0xD5E6C8) is known color: Frostee. HEX triplet: D5, E6 and C8. RGB value is (213,230,200). Sum of RGB (Red+Green+Blue) = 213+230+200=643 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.13% from 643); Green value is 230 (90.23% from 255 or 35.77% from 643); Blue value is 200 (78.52% from 255 or 31.10% from 643); Max value from RGB is 230 - color contains mainly: green. Hex color #D5E6C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E6C8 is #2A1937. Grayscale: #DDDDDD. Windows color (decimal): -2758968 or 13166293. OLE color: 13166293.
HSL color Cylindrical-coordinate representation of color #D5E6C8: hue angle of 94º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5E6C8 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 230 | 200 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.10 |
| HSL | 94º | 0.38% | 0.84% | - |
| HSV(B) | 94º | 0.13% | 0.9% | - |
| XYZ | 66.16 | 74.91 | 65.62 | - |
| YUV | 221.5 | 115.87 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 230 | 200 | 0.07 | 0 | 0.13 | 0.10 | 94 | 0.38 | 0.84 |
| Hex | D5 | E6 | C8 | 7 | 0 | D | A | 5E | 26 | 54 |
| Octal | 325 | 346 | 310 | 7 | 0 | 15 | 12 | 136 | 46 | 124 |
| Binary | 11010101 | 11100110 | 11001000 | 111 | 0 | 1101 | 1010 | 1011110 | 100110 | 1010100 |
Color Harmonies of #D5E6C8
Complementary color
Monochromatic Colors of #D5E6C8
Black with #D5E6C8
Text Example
Text Example
White with #D5E6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E6C8; }
p { color: rgb(213,230,200); }
H1.HeaderClassName
{
color: #D5E6C8;
}
.AnyTagClassName
{
color: #D5E6C8;
}
</style>
background-color css
<style>
a { background-color: #D5E6C8; }
a { background-color: rgb(213,230,200); }
div.DivClassName
{
background-color: #D5E6C8;
}
.BgClassName
{
background-color: #D5E6C8;
}
</style>
border-color css
<style>
span { border-color: #D5E6C8; }
span { border-color: rgb(213,230,200); }
td.TdClassName
{
border-color: #D5E6C8;
}
.TagClassName
{
border-color: #D5E6C8;
}
</style>