Shades of Frostee #DBEEC6
Tints of Frostee #DBEEC6
RGB
CMYK
RGB Variations
Color information
#DBEEC6 (or 0xDBEEC6) is known color: Frostee. HEX triplet: DB, EE and C6. RGB value is (219,238,198). Sum of RGB (Red+Green+Blue) = 219+238+198=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 198 (77.73% from 255 or 30.23% from 655); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEEC6 is #241139. Grayscale: #E3E3E3. Windows color (decimal): -2363706 or 13037275. OLE color: 13037275.
HSL color Cylindrical-coordinate representation of color #DBEEC6: hue angle of 88.5º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBEEC6 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 198 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.07 |
| HSL | 88.5º | 0.54% | 0.85% | - |
| HSV(B) | 88.5º | 0.17% | 0.93% | - |
| XYZ | 69.98 | 80.29 | 65.23 | - |
| YUV | 227.76 | 111.21 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 198 | 0.08 | 0 | 0.17 | 0.07 | 88.5 | 0.54 | 0.85 |
| Hex | DB | EE | C6 | 8 | 0 | 11 | 7 | 58 | 36 | 55 |
| Octal | 333 | 356 | 306 | 10 | 0 | 21 | 7 | 130 | 66 | 125 |
| Binary | 11011011 | 11101110 | 11000110 | 1000 | 0 | 10001 | 111 | 1011000 | 110110 | 1010101 |
Color Harmonies of #DBEEC6
Complementary color
Monochromatic Colors of #DBEEC6
Black with #DBEEC6
Text Example
Text Example
White with #DBEEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEEC6; }
p { color: rgb(219,238,198); }
H1.HeaderClassName
{
color: #DBEEC6;
}
.AnyTagClassName
{
color: #DBEEC6;
}
</style>
background-color css
<style>
a { background-color: #DBEEC6; }
a { background-color: rgb(219,238,198); }
div.DivClassName
{
background-color: #DBEEC6;
}
.BgClassName
{
background-color: #DBEEC6;
}
</style>
border-color css
<style>
span { border-color: #DBEEC6; }
span { border-color: rgb(219,238,198); }
td.TdClassName
{
border-color: #DBEEC6;
}
.TagClassName
{
border-color: #DBEEC6;
}
</style>