Shades of Frostee #DBE7CC
Tints of Frostee #DBE7CC
RGB
CMYK
RGB Variations
Color information
#DBE7CC (or 0xDBE7CC) is known color: Frostee. HEX triplet: DB, E7 and CC. RGB value is (219,231,204). Sum of RGB (Red+Green+Blue) = 219+231+204=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 231 (90.62% from 255 or 35.32% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE7CC is #241833. Grayscale: #E0E0E0. Windows color (decimal): -2365492 or 13428699. OLE color: 13428699.
HSL color Cylindrical-coordinate representation of color #DBE7CC: hue angle of 86.67º degrees, saturation: 0.36, 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 #DBE7CC is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 204 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.09 |
| HSL | 86.67º | 0.36% | 0.85% | - |
| HSV(B) | 86.67º | 0.12% | 0.91% | - |
| XYZ | 68.69 | 76.57 | 68.29 | - |
| YUV | 224.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 204 | 0.05 | 0 | 0.12 | 0.09 | 86.67 | 0.36 | 0.85 |
| Hex | DB | E7 | CC | 5 | 0 | C | 9 | 57 | 24 | 55 |
| Octal | 333 | 347 | 314 | 5 | 0 | 14 | 11 | 127 | 44 | 125 |
| Binary | 11011011 | 11100111 | 11001100 | 101 | 0 | 1100 | 1001 | 1010111 | 100100 | 1010101 |
Color Harmonies of #DBE7CC
Complementary color
Monochromatic Colors of #DBE7CC
Black with #DBE7CC
Text Example
Text Example
White with #DBE7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE7CC; }
p { color: rgb(219,231,204); }
H1.HeaderClassName
{
color: #DBE7CC;
}
.AnyTagClassName
{
color: #DBE7CC;
}
</style>
background-color css
<style>
a { background-color: #DBE7CC; }
a { background-color: rgb(219,231,204); }
div.DivClassName
{
background-color: #DBE7CC;
}
.BgClassName
{
background-color: #DBE7CC;
}
</style>
border-color css
<style>
span { border-color: #DBE7CC; }
span { border-color: rgb(219,231,204); }
td.TdClassName
{
border-color: #DBE7CC;
}
.TagClassName
{
border-color: #DBE7CC;
}
</style>