Shades of Frostee #DBEFC8
Tints of Frostee #DBEFC8
RGB
CMYK
RGB Variations
Color information
#DBEFC8 (or 0xDBEFC8) is known color: Frostee. HEX triplet: DB, EF and C8. RGB value is (219,239,200). Sum of RGB (Red+Green+Blue) = 219+239+200=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 200 (78.52% from 255 or 30.40% from 658); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFC8 is #241037. Grayscale: #E4E4E4. Windows color (decimal): -2363448 or 13168603. OLE color: 13168603.
HSL color Cylindrical-coordinate representation of color #DBEFC8: hue angle of 90.77º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBEFC8 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 200 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.06 |
| HSL | 90.77º | 0.55% | 0.86% | - |
| HSV(B) | 90.77º | 0.16% | 0.94% | - |
| XYZ | 70.51 | 80.96 | 66.56 | - |
| YUV | 228.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 200 | 0.08 | 0 | 0.16 | 0.06 | 90.77 | 0.55 | 0.86 |
| Hex | DB | EF | C8 | 8 | 0 | 10 | 6 | 5B | 37 | 56 |
| Octal | 333 | 357 | 310 | 10 | 0 | 20 | 6 | 133 | 67 | 126 |
| Binary | 11011011 | 11101111 | 11001000 | 1000 | 0 | 10000 | 110 | 1011011 | 110111 | 1010110 |
Color Harmonies of #DBEFC8
Complementary color
Monochromatic Colors of #DBEFC8
Black with #DBEFC8
Text Example
Text Example
White with #DBEFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFC8; }
p { color: rgb(219,239,200); }
H1.HeaderClassName
{
color: #DBEFC8;
}
.AnyTagClassName
{
color: #DBEFC8;
}
</style>
background-color css
<style>
a { background-color: #DBEFC8; }
a { background-color: rgb(219,239,200); }
div.DivClassName
{
background-color: #DBEFC8;
}
.BgClassName
{
background-color: #DBEFC8;
}
</style>
border-color css
<style>
span { border-color: #DBEFC8; }
span { border-color: rgb(219,239,200); }
td.TdClassName
{
border-color: #DBEFC8;
}
.TagClassName
{
border-color: #DBEFC8;
}
</style>