Shades of Frostee #DBEFC6
Tints of Frostee #DBEFC6
RGB
CMYK
RGB Variations
Color information
#DBEFC6 (or 0xDBEFC6) is known color: Frostee. HEX triplet: DB, EF and C6. RGB value is (219,239,198). Sum of RGB (Red+Green+Blue) = 219+239+198=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 198 (77.73% from 255 or 30.18% from 656); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFC6 is #241039. Grayscale: #E4E4E4. Windows color (decimal): -2363450 or 13037531. OLE color: 13037531.
HSL color Cylindrical-coordinate representation of color #DBEFC6: hue angle of 89.27º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBEFC6 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 198 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.06 |
| HSL | 89.27º | 0.56% | 0.86% | - |
| HSV(B) | 89.27º | 0.17% | 0.94% | - |
| XYZ | 70.27 | 80.87 | 65.33 | - |
| YUV | 228.35 | 110.87 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 198 | 0.08 | 0 | 0.17 | 0.06 | 89.27 | 0.56 | 0.86 |
| Hex | DB | EF | C6 | 8 | 0 | 11 | 6 | 59 | 38 | 56 |
| Octal | 333 | 357 | 306 | 10 | 0 | 21 | 6 | 131 | 70 | 126 |
| Binary | 11011011 | 11101111 | 11000110 | 1000 | 0 | 10001 | 110 | 1011001 | 111000 | 1010110 |
Color Harmonies of #DBEFC6
Complementary color
Monochromatic Colors of #DBEFC6
Black with #DBEFC6
Text Example
Text Example
White with #DBEFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFC6; }
p { color: rgb(219,239,198); }
H1.HeaderClassName
{
color: #DBEFC6;
}
.AnyTagClassName
{
color: #DBEFC6;
}
</style>
background-color css
<style>
a { background-color: #DBEFC6; }
a { background-color: rgb(219,239,198); }
div.DivClassName
{
background-color: #DBEFC6;
}
.BgClassName
{
background-color: #DBEFC6;
}
</style>
border-color css
<style>
span { border-color: #DBEFC6; }
span { border-color: rgb(219,239,198); }
td.TdClassName
{
border-color: #DBEFC6;
}
.TagClassName
{
border-color: #DBEFC6;
}
</style>