Shades of Frostee #DBF1C4
Tints of Frostee #DBF1C4
RGB
CMYK
RGB Variations
Color information
#DBF1C4 (or 0xDBF1C4) is known color: Frostee. HEX triplet: DB, F1 and C4. RGB value is (219,241,196). Sum of RGB (Red+Green+Blue) = 219+241+196=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 196 (76.95% from 255 or 29.88% from 656); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1C4 is #240E3B. Grayscale: #E5E5E5. Windows color (decimal): -2362940 or 12906971. OLE color: 12906971.
HSL color Cylindrical-coordinate representation of color #DBF1C4: hue angle of 89.33º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBF1C4 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 196 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.05 |
| HSL | 89.33º | 0.62% | 0.86% | - |
| HSV(B) | 89.33º | 0.19% | 0.95% | - |
| XYZ | 70.63 | 81.96 | 64.32 | - |
| YUV | 229.29 | 109.21 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 196 | 0.09 | 0 | 0.19 | 0.05 | 89.33 | 0.62 | 0.86 |
| Hex | DB | F1 | C4 | 9 | 0 | 13 | 5 | 59 | 3E | 56 |
| Octal | 333 | 361 | 304 | 11 | 0 | 23 | 5 | 131 | 76 | 126 |
| Binary | 11011011 | 11110001 | 11000100 | 1001 | 0 | 10011 | 101 | 1011001 | 111110 | 1010110 |
Color Harmonies of #DBF1C4
Complementary color
Monochromatic Colors of #DBF1C4
Black with #DBF1C4
Text Example
Text Example
White with #DBF1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF1C4; }
p { color: rgb(219,241,196); }
H1.HeaderClassName
{
color: #DBF1C4;
}
.AnyTagClassName
{
color: #DBF1C4;
}
</style>
background-color css
<style>
a { background-color: #DBF1C4; }
a { background-color: rgb(219,241,196); }
div.DivClassName
{
background-color: #DBF1C4;
}
.BgClassName
{
background-color: #DBF1C4;
}
</style>
border-color css
<style>
span { border-color: #DBF1C4; }
span { border-color: rgb(219,241,196); }
td.TdClassName
{
border-color: #DBF1C4;
}
.TagClassName
{
border-color: #DBF1C4;
}
</style>