Shades of Snowy Mint #DBF5CB
Tints of Snowy Mint #DBF5CB
RGB
CMYK
RGB Variations
Color information
#DBF5CB (or 0xDBF5CB) is known color: Snowy Mint. HEX triplet: DB, F5 and CB. RGB value is (219,245,203). Sum of RGB (Red+Green+Blue) = 219+245+203=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 245 (96.09% from 255 or 36.73% from 667); Blue value is 203 (79.69% from 255 or 30.43% from 667); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF5CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF5CB is #240A34. Grayscale: #E8E8E8. Windows color (decimal): -2361909 or 13366747. OLE color: 13366747.
HSL color Cylindrical-coordinate representation of color #DBF5CB: hue angle of 97.14º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBF5CB is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 245 | 203 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.04 |
| HSL | 97.14º | 0.68% | 0.88% | - |
| HSV(B) | 97.14º | 0.17% | 0.96% | - |
| XYZ | 72.65 | 84.68 | 69.02 | - |
| YUV | 232.44 | 111.39 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 245 | 203 | 0.11 | 0 | 0.17 | 0.04 | 97.14 | 0.68 | 0.88 |
| Hex | DB | F5 | CB | B | 0 | 11 | 4 | 61 | 44 | 58 |
| Octal | 333 | 365 | 313 | 13 | 0 | 21 | 4 | 141 | 104 | 130 |
| Binary | 11011011 | 11110101 | 11001011 | 1011 | 0 | 10001 | 100 | 1100001 | 1000100 | 1011000 |
Color Harmonies of #DBF5CB
Complementary color
Monochromatic Colors of #DBF5CB
Black with #DBF5CB
Text Example
Text Example
White with #DBF5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF5CB; }
p { color: rgb(219,245,203); }
H1.HeaderClassName
{
color: #DBF5CB;
}
.AnyTagClassName
{
color: #DBF5CB;
}
</style>
background-color css
<style>
a { background-color: #DBF5CB; }
a { background-color: rgb(219,245,203); }
div.DivClassName
{
background-color: #DBF5CB;
}
.BgClassName
{
background-color: #DBF5CB;
}
</style>
border-color css
<style>
span { border-color: #DBF5CB; }
span { border-color: rgb(219,245,203); }
td.TdClassName
{
border-color: #DBF5CB;
}
.TagClassName
{
border-color: #DBF5CB;
}
</style>