Shades of Frostee #DBEACF
Tints of Frostee #DBEACF
RGB
CMYK
RGB Variations
Color information
#DBEACF (or 0xDBEACF) is known color: Frostee. HEX triplet: DB, EA and CF. RGB value is (219,234,207). Sum of RGB (Red+Green+Blue) = 219+234+207=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEACF is #241530. Grayscale: #E2E2E2. Windows color (decimal): -2364721 or 13626075. OLE color: 13626075.
HSL color Cylindrical-coordinate representation of color #DBEACF: hue angle of 93.33º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBEACF is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 207 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.08 |
| HSL | 93.33º | 0.39% | 0.86% | - |
| HSV(B) | 93.33º | 0.12% | 0.92% | - |
| XYZ | 69.9 | 78.41 | 70.48 | - |
| YUV | 226.44 | 117.03 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 207 | 0.06 | 0 | 0.12 | 0.08 | 93.33 | 0.39 | 0.86 |
| Hex | DB | EA | CF | 6 | 0 | C | 8 | 5D | 27 | 56 |
| Octal | 333 | 352 | 317 | 6 | 0 | 14 | 10 | 135 | 47 | 126 |
| Binary | 11011011 | 11101010 | 11001111 | 110 | 0 | 1100 | 1000 | 1011101 | 100111 | 1010110 |
Color Harmonies of #DBEACF
Complementary color
Monochromatic Colors of #DBEACF
Black with #DBEACF
Text Example
Text Example
White with #DBEACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEACF; }
p { color: rgb(219,234,207); }
H1.HeaderClassName
{
color: #DBEACF;
}
.AnyTagClassName
{
color: #DBEACF;
}
</style>
background-color css
<style>
a { background-color: #DBEACF; }
a { background-color: rgb(219,234,207); }
div.DivClassName
{
background-color: #DBEACF;
}
.BgClassName
{
background-color: #DBEACF;
}
</style>
border-color css
<style>
span { border-color: #DBEACF; }
span { border-color: rgb(219,234,207); }
td.TdClassName
{
border-color: #DBEACF;
}
.TagClassName
{
border-color: #DBEACF;
}
</style>