Shades of Frostee #DBEDC6
Tints of Frostee #DBEDC6
RGB
CMYK
RGB Variations
Color information
#DBEDC6 (or 0xDBEDC6) is known color: Frostee. HEX triplet: DB, ED and C6. RGB value is (219,237,198). Sum of RGB (Red+Green+Blue) = 219+237+198=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 198 (77.73% from 255 or 30.28% from 654); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDC6 is #241239. Grayscale: #E3E3E3. Windows color (decimal): -2363962 or 13037019. OLE color: 13037019.
HSL color Cylindrical-coordinate representation of color #DBEDC6: hue angle of 87.69º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBEDC6 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 198 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.07 |
| HSL | 87.69º | 0.52% | 0.85% | - |
| HSV(B) | 87.69º | 0.16% | 0.93% | - |
| XYZ | 69.69 | 79.71 | 65.14 | - |
| YUV | 227.17 | 111.54 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 198 | 0.08 | 0 | 0.16 | 0.07 | 87.69 | 0.52 | 0.85 |
| Hex | DB | ED | C6 | 8 | 0 | 10 | 7 | 58 | 34 | 55 |
| Octal | 333 | 355 | 306 | 10 | 0 | 20 | 7 | 130 | 64 | 125 |
| Binary | 11011011 | 11101101 | 11000110 | 1000 | 0 | 10000 | 111 | 1011000 | 110100 | 1010101 |
Color Harmonies of #DBEDC6
Complementary color
Monochromatic Colors of #DBEDC6
Black with #DBEDC6
Text Example
Text Example
White with #DBEDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDC6; }
p { color: rgb(219,237,198); }
H1.HeaderClassName
{
color: #DBEDC6;
}
.AnyTagClassName
{
color: #DBEDC6;
}
</style>
background-color css
<style>
a { background-color: #DBEDC6; }
a { background-color: rgb(219,237,198); }
div.DivClassName
{
background-color: #DBEDC6;
}
.BgClassName
{
background-color: #DBEDC6;
}
</style>
border-color css
<style>
span { border-color: #DBEDC6; }
span { border-color: rgb(219,237,198); }
td.TdClassName
{
border-color: #DBEDC6;
}
.TagClassName
{
border-color: #DBEDC6;
}
</style>