Shades of Frostee #DBEACA
Tints of Frostee #DBEACA
RGB
CMYK
RGB Variations
Color information
#DBEACA (or 0xDBEACA) is known color: Frostee. HEX triplet: DB, EA and CA. RGB value is (219,234,202). Sum of RGB (Red+Green+Blue) = 219+234+202=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 202 (79.30% from 255 or 30.84% from 655); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEACA is #241535. Grayscale: #E1E1E1. Windows color (decimal): -2364726 or 13298395. OLE color: 13298395.
HSL color Cylindrical-coordinate representation of color #DBEACA: hue angle of 88.12º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBEACA is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 234 | 202 | - |
CMYK | 0.06 | 0 | 0.14 | 0.08 |
HSL | 88.13º | 0.43% | 0.85% | - |
HSV(B) | 88.13º | 0.14% | 0.92% | - |
XYZ | 69.3 | 78.17 | 67.31 | - |
YUV | 225.87 | 114.53 | 123.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 234 | 202 | 0.06 | 0 | 0.14 | 0.08 | 88.13 | 0.43 | 0.85 |
Hex | DB | EA | CA | 6 | 0 | E | 8 | 58 | 2B | 55 |
Octal | 333 | 352 | 312 | 6 | 0 | 16 | 10 | 130 | 53 | 125 |
Binary | 11011011 | 11101010 | 11001010 | 110 | 0 | 1110 | 1000 | 1011000 | 101011 | 1010101 |
Color Harmonies of #DBEACA
Complementary color
Monochromatic Colors of #DBEACA
Black with #DBEACA
Text Example
Text Example
White with #DBEACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEACA; }
p { color: rgb(219,234,202); }
H1.HeaderClassName
{
color: #DBEACA;
}
.AnyTagClassName
{
color: #DBEACA;
}
</style>
background-color css
<style>
a { background-color: #DBEACA; }
a { background-color: rgb(219,234,202); }
div.DivClassName
{
background-color: #DBEACA;
}
.BgClassName
{
background-color: #DBEACA;
}
</style>
border-color css
<style>
span { border-color: #DBEACA; }
span { border-color: rgb(219,234,202); }
td.TdClassName
{
border-color: #DBEACA;
}
.TagClassName
{
border-color: #DBEACA;
}
</style>