Shades of Frostee #D9E7CB
Tints of Frostee #D9E7CB
RGB
CMYK
RGB Variations
Color information
#D9E7CB (or 0xD9E7CB) is known color: Frostee. HEX triplet: D9, E7 and CB. RGB value is (217,231,203). Sum of RGB (Red+Green+Blue) = 217+231+203=651 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.33% from 651); Green value is 231 (90.62% from 255 or 35.48% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 231 - color contains mainly: green. Hex color #D9E7CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E7CB is #261834. Grayscale: #DFDFDF. Windows color (decimal): -2496565 or 13363161. OLE color: 13363161.
HSL color Cylindrical-coordinate representation of color #D9E7CB: hue angle of 90º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9E7CB is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 231 | 203 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.09 |
| HSL | 90º | 0.37% | 0.85% | - |
| HSV(B) | 90º | 0.12% | 0.91% | - |
| XYZ | 67.97 | 76.22 | 67.63 | - |
| YUV | 223.62 | 116.36 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 231 | 203 | 0.06 | 0 | 0.12 | 0.09 | 90 | 0.37 | 0.85 |
| Hex | D9 | E7 | CB | 6 | 0 | C | 9 | 5A | 25 | 55 |
| Octal | 331 | 347 | 313 | 6 | 0 | 14 | 11 | 132 | 45 | 125 |
| Binary | 11011001 | 11100111 | 11001011 | 110 | 0 | 1100 | 1001 | 1011010 | 100101 | 1010101 |
Color Harmonies of #D9E7CB
Complementary color
Monochromatic Colors of #D9E7CB
Black with #D9E7CB
Text Example
Text Example
White with #D9E7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E7CB; }
p { color: rgb(217,231,203); }
H1.HeaderClassName
{
color: #D9E7CB;
}
.AnyTagClassName
{
color: #D9E7CB;
}
</style>
background-color css
<style>
a { background-color: #D9E7CB; }
a { background-color: rgb(217,231,203); }
div.DivClassName
{
background-color: #D9E7CB;
}
.BgClassName
{
background-color: #D9E7CB;
}
</style>
border-color css
<style>
span { border-color: #D9E7CB; }
span { border-color: rgb(217,231,203); }
td.TdClassName
{
border-color: #D9E7CB;
}
.TagClassName
{
border-color: #D9E7CB;
}
</style>