Shades of Frost #DBEAB8
Tints of Frost #DBEAB8
RGB
CMYK
RGB Variations
Color information
#DBEAB8 (or 0xDBEAB8) is known color: Frost. HEX triplet: DB, EA and B8. RGB value is (219,234,184). Sum of RGB (Red+Green+Blue) = 219+234+184=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 184 (72.27% from 255 or 28.89% from 637); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAB8 is #241547. Grayscale: #E0E0E0. Windows color (decimal): -2364744 or 12118747. OLE color: 12118747.
HSL color Cylindrical-coordinate representation of color #DBEAB8: hue angle of 78º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBEAB8 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 184 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.08 |
| HSL | 78º | 0.54% | 0.82% | - |
| HSV(B) | 78º | 0.21% | 0.92% | - |
| XYZ | 67.29 | 77.37 | 56.73 | - |
| YUV | 223.82 | 105.53 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 184 | 0.06 | 0 | 0.21 | 0.08 | 78 | 0.54 | 0.82 |
| Hex | DB | EA | B8 | 6 | 0 | 15 | 8 | 4E | 36 | 52 |
| Octal | 333 | 352 | 270 | 6 | 0 | 25 | 10 | 116 | 66 | 122 |
| Binary | 11011011 | 11101010 | 10111000 | 110 | 0 | 10101 | 1000 | 1001110 | 110110 | 1010010 |
Color Harmonies of #DBEAB8
Complementary color
Monochromatic Colors of #DBEAB8
Black with #DBEAB8
Text Example
Text Example
White with #DBEAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAB8; }
p { color: rgb(219,234,184); }
H1.HeaderClassName
{
color: #DBEAB8;
}
.AnyTagClassName
{
color: #DBEAB8;
}
</style>
background-color css
<style>
a { background-color: #DBEAB8; }
a { background-color: rgb(219,234,184); }
div.DivClassName
{
background-color: #DBEAB8;
}
.BgClassName
{
background-color: #DBEAB8;
}
</style>
border-color css
<style>
span { border-color: #DBEAB8; }
span { border-color: rgb(219,234,184); }
td.TdClassName
{
border-color: #DBEAB8;
}
.TagClassName
{
border-color: #DBEAB8;
}
</style>