Shades of Snowy Mint #DBFFCA
Tints of Snowy Mint #DBFFCA
RGB
CMYK
RGB Variations
Color information
#DBFFCA (or 0xDBFFCA) is known color: Snowy Mint. HEX triplet: DB, FF and CA. RGB value is (219,255,202). Sum of RGB (Red+Green+Blue) = 219+255+202=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 202 (79.30% from 255 or 29.88% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFCA is #240035. Grayscale: #EEEEEE. Windows color (decimal): -2359350 or 13303771. OLE color: 13303771.
HSL color Cylindrical-coordinate representation of color #DBFFCA: hue angle of 100.75º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBFFCA is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 202 | - |
| CMYK | 0.14 | 0 | 0.21 | 0 |
| HSL | 100.75º | 1% | 0.9% | - |
| HSV(B) | 100.75º | 0.21% | 1% | - |
| XYZ | 75.63 | 90.84 | 69.43 | - |
| YUV | 238.19 | 107.57 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 202 | 0.14 | 0 | 0.21 | 0 | 100.75 | 1 | 0.9 |
| Hex | DB | FF | CA | E | 0 | 15 | 0 | 65 | 64 | 5A |
| Octal | 333 | 377 | 312 | 16 | 0 | 25 | 0 | 145 | 144 | 132 |
| Binary | 11011011 | 11111111 | 11001010 | 1110 | 0 | 10101 | 0 | 1100101 | 1100100 | 1011010 |
Color Harmonies of #DBFFCA
Complementary color
Monochromatic Colors of #DBFFCA
Black with #DBFFCA
Text Example
Text Example
White with #DBFFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFCA; }
p { color: rgb(219,255,202); }
H1.HeaderClassName
{
color: #DBFFCA;
}
.AnyTagClassName
{
color: #DBFFCA;
}
</style>
background-color css
<style>
a { background-color: #DBFFCA; }
a { background-color: rgb(219,255,202); }
div.DivClassName
{
background-color: #DBFFCA;
}
.BgClassName
{
background-color: #DBFFCA;
}
</style>
border-color css
<style>
span { border-color: #DBFFCA; }
span { border-color: rgb(219,255,202); }
td.TdClassName
{
border-color: #DBFFCA;
}
.TagClassName
{
border-color: #DBFFCA;
}
</style>