Shades of Frostee #DBEAC8
Tints of Frostee #DBEAC8
RGB
CMYK
RGB Variations
Color information
#DBEAC8 (or 0xDBEAC8) is known color: Frostee. HEX triplet: DB, EA and C8. RGB value is (219,234,200). Sum of RGB (Red+Green+Blue) = 219+234+200=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 200 (78.52% from 255 or 30.63% from 653); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAC8 is #241537. Grayscale: #E1E1E1. Windows color (decimal): -2364728 or 13167323. OLE color: 13167323.
HSL color Cylindrical-coordinate representation of color #DBEAC8: hue angle of 86.47º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBEAC8 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 234 | 200 | - |
CMYK | 0.06 | 0 | 0.15 | 0.08 |
HSL | 86.47º | 0.45% | 0.85% | - |
HSV(B) | 86.47º | 0.15% | 0.92% | - |
XYZ | 69.06 | 78.08 | 66.07 | - |
YUV | 225.64 | 113.53 | 123.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 234 | 200 | 0.06 | 0 | 0.15 | 0.08 | 86.47 | 0.45 | 0.85 |
Hex | DB | EA | C8 | 6 | 0 | F | 8 | 56 | 2D | 55 |
Octal | 333 | 352 | 310 | 6 | 0 | 17 | 10 | 126 | 55 | 125 |
Binary | 11011011 | 11101010 | 11001000 | 110 | 0 | 1111 | 1000 | 1010110 | 101101 | 1010101 |
Color Harmonies of #DBEAC8
Complementary color
Monochromatic Colors of #DBEAC8
Black with #DBEAC8
Text Example
Text Example
White with #DBEAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAC8; }
p { color: rgb(219,234,200); }
H1.HeaderClassName
{
color: #DBEAC8;
}
.AnyTagClassName
{
color: #DBEAC8;
}
</style>
background-color css
<style>
a { background-color: #DBEAC8; }
a { background-color: rgb(219,234,200); }
div.DivClassName
{
background-color: #DBEAC8;
}
.BgClassName
{
background-color: #DBEAC8;
}
</style>
border-color css
<style>
span { border-color: #DBEAC8; }
span { border-color: rgb(219,234,200); }
td.TdClassName
{
border-color: #DBEAC8;
}
.TagClassName
{
border-color: #DBEAC8;
}
</style>