Shades of Frost #DBE6BA
Tints of Frost #DBE6BA
RGB
CMYK
RGB Variations
Color information
#DBE6BA (or 0xDBE6BA) is known color: Frost. HEX triplet: DB, E6 and BA. RGB value is (219,230,186). Sum of RGB (Red+Green+Blue) = 219+230+186=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 230 (90.23% from 255 or 36.22% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE6BA is #241945. Grayscale: #DDDDDD. Windows color (decimal): -2365766 or 12248795. OLE color: 12248795.
HSL color Cylindrical-coordinate representation of color #DBE6BA: hue angle of 75º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBE6BA is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 186 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.10 |
| HSL | 75º | 0.47% | 0.82% | - |
| HSV(B) | 75º | 0.19% | 0.9% | - |
| XYZ | 66.37 | 75.2 | 57.47 | - |
| YUV | 221.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 186 | 0.05 | 0 | 0.19 | 0.10 | 75 | 0.47 | 0.82 |
| Hex | DB | E6 | BA | 5 | 0 | 13 | A | 4B | 2F | 52 |
| Octal | 333 | 346 | 272 | 5 | 0 | 23 | 12 | 113 | 57 | 122 |
| Binary | 11011011 | 11100110 | 10111010 | 101 | 0 | 10011 | 1010 | 1001011 | 101111 | 1010010 |
Color Harmonies of #DBE6BA
Complementary color
Monochromatic Colors of #DBE6BA
Black with #DBE6BA
Text Example
Text Example
White with #DBE6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE6BA; }
p { color: rgb(219,230,186); }
H1.HeaderClassName
{
color: #DBE6BA;
}
.AnyTagClassName
{
color: #DBE6BA;
}
</style>
background-color css
<style>
a { background-color: #DBE6BA; }
a { background-color: rgb(219,230,186); }
div.DivClassName
{
background-color: #DBE6BA;
}
.BgClassName
{
background-color: #DBE6BA;
}
</style>
border-color css
<style>
span { border-color: #DBE6BA; }
span { border-color: rgb(219,230,186); }
td.TdClassName
{
border-color: #DBE6BA;
}
.TagClassName
{
border-color: #DBE6BA;
}
</style>