Shades of Frostee #D7E4CA
Tints of Frostee #D7E4CA
RGB
CMYK
RGB Variations
Color information
#D7E4CA (or 0xD7E4CA) is known color: Frostee. HEX triplet: D7, E4 and CA. RGB value is (215,228,202). Sum of RGB (Red+Green+Blue) = 215+228+202=645 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.33% from 645); Green value is 228 (89.45% from 255 or 35.35% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 228 - color contains mainly: green. Hex color #D7E4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E4CA is #281B35. Grayscale: #DDDDDD. Windows color (decimal): -2628406 or 13296855. OLE color: 13296855.
HSL color Cylindrical-coordinate representation of color #D7E4CA: hue angle of 90º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7E4CA is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 228 | 202 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.11 |
| HSL | 90º | 0.33% | 0.84% | - |
| HSV(B) | 90º | 0.11% | 0.89% | - |
| XYZ | 66.43 | 74.2 | 66.7 | - |
| YUV | 221.15 | 117.19 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 228 | 202 | 0.06 | 0 | 0.11 | 0.11 | 90 | 0.33 | 0.84 |
| Hex | D7 | E4 | CA | 6 | 0 | B | B | 5A | 20 | 54 |
| Octal | 327 | 344 | 312 | 6 | 0 | 13 | 13 | 132 | 40 | 124 |
| Binary | 11010111 | 11100100 | 11001010 | 110 | 0 | 1011 | 1011 | 1011010 | 100000 | 1010100 |
Color Harmonies of #D7E4CA
Complementary color
Monochromatic Colors of #D7E4CA
Black with #D7E4CA
Text Example
Text Example
White with #D7E4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E4CA; }
p { color: rgb(215,228,202); }
H1.HeaderClassName
{
color: #D7E4CA;
}
.AnyTagClassName
{
color: #D7E4CA;
}
</style>
background-color css
<style>
a { background-color: #D7E4CA; }
a { background-color: rgb(215,228,202); }
div.DivClassName
{
background-color: #D7E4CA;
}
.BgClassName
{
background-color: #D7E4CA;
}
</style>
border-color css
<style>
span { border-color: #D7E4CA; }
span { border-color: rgb(215,228,202); }
td.TdClassName
{
border-color: #D7E4CA;
}
.TagClassName
{
border-color: #D7E4CA;
}
</style>