Shades of Frostee #DBEFC4
Tints of Frostee #DBEFC4
RGB
CMYK
RGB Variations
Color information
#DBEFC4 (or 0xDBEFC4) is known color: Frostee. HEX triplet: DB, EF and C4. RGB value is (219,239,196). Sum of RGB (Red+Green+Blue) = 219+239+196=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 196 (76.95% from 255 or 29.97% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFC4 is #24103B. Grayscale: #E4E4E4. Windows color (decimal): -2363452 or 12906459. OLE color: 12906459.
HSL color Cylindrical-coordinate representation of color #DBEFC4: hue angle of 87.91º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBEFC4 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 196 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.06 |
| HSL | 87.91º | 0.57% | 0.85% | - |
| HSV(B) | 87.91º | 0.18% | 0.94% | - |
| XYZ | 70.04 | 80.78 | 64.12 | - |
| YUV | 228.12 | 109.87 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 196 | 0.08 | 0 | 0.18 | 0.06 | 87.91 | 0.57 | 0.85 |
| Hex | DB | EF | C4 | 8 | 0 | 12 | 6 | 58 | 39 | 55 |
| Octal | 333 | 357 | 304 | 10 | 0 | 22 | 6 | 130 | 71 | 125 |
| Binary | 11011011 | 11101111 | 11000100 | 1000 | 0 | 10010 | 110 | 1011000 | 111001 | 1010101 |
Color Harmonies of #DBEFC4
Complementary color
Monochromatic Colors of #DBEFC4
Black with #DBEFC4
Text Example
Text Example
White with #DBEFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFC4; }
p { color: rgb(219,239,196); }
H1.HeaderClassName
{
color: #DBEFC4;
}
.AnyTagClassName
{
color: #DBEFC4;
}
</style>
background-color css
<style>
a { background-color: #DBEFC4; }
a { background-color: rgb(219,239,196); }
div.DivClassName
{
background-color: #DBEFC4;
}
.BgClassName
{
background-color: #DBEFC4;
}
</style>
border-color css
<style>
span { border-color: #DBEFC4; }
span { border-color: rgb(219,239,196); }
td.TdClassName
{
border-color: #DBEFC4;
}
.TagClassName
{
border-color: #DBEFC4;
}
</style>