Shades of Frostee #D7EAC5
Tints of Frostee #D7EAC5
RGB
CMYK
RGB Variations
Color information
#D7EAC5 (or 0xD7EAC5) is known color: Frostee. HEX triplet: D7, EA and C5. RGB value is (215,234,197). Sum of RGB (Red+Green+Blue) = 215+234+197=646 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.28% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 197 (77.34% from 255 or 30.50% from 646); Max value from RGB is 234 - color contains mainly: green. Hex color #D7EAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EAC5 is #28153A. Grayscale: #E0E0E0. Windows color (decimal): -2626875 or 12970711. OLE color: 12970711.
HSL color Cylindrical-coordinate representation of color #D7EAC5: hue angle of 90.81º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7EAC5 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 234 | 197 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.08 |
| HSL | 90.81º | 0.47% | 0.85% | - |
| HSV(B) | 90.81º | 0.16% | 0.92% | - |
| XYZ | 67.53 | 77.32 | 64.19 | - |
| YUV | 224.1 | 112.71 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 234 | 197 | 0.08 | 0 | 0.16 | 0.08 | 90.81 | 0.47 | 0.85 |
| Hex | D7 | EA | C5 | 8 | 0 | 10 | 8 | 5B | 2F | 55 |
| Octal | 327 | 352 | 305 | 10 | 0 | 20 | 10 | 133 | 57 | 125 |
| Binary | 11010111 | 11101010 | 11000101 | 1000 | 0 | 10000 | 1000 | 1011011 | 101111 | 1010101 |
Color Harmonies of #D7EAC5
Complementary color
Monochromatic Colors of #D7EAC5
Black with #D7EAC5
Text Example
Text Example
White with #D7EAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EAC5; }
p { color: rgb(215,234,197); }
H1.HeaderClassName
{
color: #D7EAC5;
}
.AnyTagClassName
{
color: #D7EAC5;
}
</style>
background-color css
<style>
a { background-color: #D7EAC5; }
a { background-color: rgb(215,234,197); }
div.DivClassName
{
background-color: #D7EAC5;
}
.BgClassName
{
background-color: #D7EAC5;
}
</style>
border-color css
<style>
span { border-color: #D7EAC5; }
span { border-color: rgb(215,234,197); }
td.TdClassName
{
border-color: #D7EAC5;
}
.TagClassName
{
border-color: #D7EAC5;
}
</style>