Shades of Frostee #D9E6CB
Tints of Frostee #D9E6CB
RGB
CMYK
RGB Variations
Color information
#D9E6CB (or 0xD9E6CB) is known color: Frostee. HEX triplet: D9, E6 and CB. RGB value is (217,230,203). Sum of RGB (Red+Green+Blue) = 217+230+203=650 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.38% from 650); Green value is 230 (90.23% from 255 or 35.38% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 230 - color contains mainly: green. Hex color #D9E6CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E6CB is #261934. Grayscale: #DFDFDF. Windows color (decimal): -2496821 or 13362905. OLE color: 13362905.
HSL color Cylindrical-coordinate representation of color #D9E6CB: hue angle of 88.89º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9E6CB is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 230 | 203 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.10 |
| HSL | 88.89º | 0.35% | 0.85% | - |
| HSV(B) | 88.89º | 0.12% | 0.9% | - |
| XYZ | 67.69 | 75.66 | 67.54 | - |
| YUV | 223.04 | 116.69 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 230 | 203 | 0.06 | 0 | 0.12 | 0.10 | 88.89 | 0.35 | 0.85 |
| Hex | D9 | E6 | CB | 6 | 0 | C | A | 59 | 23 | 55 |
| Octal | 331 | 346 | 313 | 6 | 0 | 14 | 12 | 131 | 43 | 125 |
| Binary | 11011001 | 11100110 | 11001011 | 110 | 0 | 1100 | 1010 | 1011001 | 100011 | 1010101 |
Color Harmonies of #D9E6CB
Complementary color
Monochromatic Colors of #D9E6CB
Black with #D9E6CB
Text Example
Text Example
White with #D9E6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E6CB; }
p { color: rgb(217,230,203); }
H1.HeaderClassName
{
color: #D9E6CB;
}
.AnyTagClassName
{
color: #D9E6CB;
}
</style>
background-color css
<style>
a { background-color: #D9E6CB; }
a { background-color: rgb(217,230,203); }
div.DivClassName
{
background-color: #D9E6CB;
}
.BgClassName
{
background-color: #D9E6CB;
}
</style>
border-color css
<style>
span { border-color: #D9E6CB; }
span { border-color: rgb(217,230,203); }
td.TdClassName
{
border-color: #D9E6CB;
}
.TagClassName
{
border-color: #D9E6CB;
}
</style>