Shades of Frostee #DBEFCC
Tints of Frostee #DBEFCC
RGB
CMYK
RGB Variations
Color information
#DBEFCC (or 0xDBEFCC) is known color: Frostee. HEX triplet: DB, EF and CC. RGB value is (219,239,204). Sum of RGB (Red+Green+Blue) = 219+239+204=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFCC is #241033. Grayscale: #E5E5E5. Windows color (decimal): -2363444 or 13430747. OLE color: 13430747.
HSL color Cylindrical-coordinate representation of color #DBEFCC: hue angle of 94.29º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBEFCC is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 204 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.06 |
| HSL | 94.29º | 0.52% | 0.87% | - |
| HSV(B) | 94.29º | 0.15% | 0.94% | - |
| XYZ | 70.98 | 81.15 | 69.05 | - |
| YUV | 229.03 | 113.87 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 204 | 0.08 | 0 | 0.15 | 0.06 | 94.29 | 0.52 | 0.87 |
| Hex | DB | EF | CC | 8 | 0 | F | 6 | 5E | 34 | 57 |
| Octal | 333 | 357 | 314 | 10 | 0 | 17 | 6 | 136 | 64 | 127 |
| Binary | 11011011 | 11101111 | 11001100 | 1000 | 0 | 1111 | 110 | 1011110 | 110100 | 1010111 |
Color Harmonies of #DBEFCC
Complementary color
Monochromatic Colors of #DBEFCC
Black with #DBEFCC
Text Example
Text Example
White with #DBEFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFCC; }
p { color: rgb(219,239,204); }
H1.HeaderClassName
{
color: #DBEFCC;
}
.AnyTagClassName
{
color: #DBEFCC;
}
</style>
background-color css
<style>
a { background-color: #DBEFCC; }
a { background-color: rgb(219,239,204); }
div.DivClassName
{
background-color: #DBEFCC;
}
.BgClassName
{
background-color: #DBEFCC;
}
</style>
border-color css
<style>
span { border-color: #DBEFCC; }
span { border-color: rgb(219,239,204); }
td.TdClassName
{
border-color: #DBEFCC;
}
.TagClassName
{
border-color: #DBEFCC;
}
</style>