Shades of Snowy Mint #DBFCC8
Tints of Snowy Mint #DBFCC8
RGB
CMYK
RGB Variations
Color information
#DBFCC8 (or 0xDBFCC8) is known color: Snowy Mint. HEX triplet: DB, FC and C8. RGB value is (219,252,200). Sum of RGB (Red+Green+Blue) = 219+252+200=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 252 (98.83% from 255 or 37.56% from 671); Blue value is 200 (78.52% from 255 or 29.81% from 671); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCC8 is #240337. Grayscale: #ECECEC. Windows color (decimal): -2360120 or 13171931. OLE color: 13171931.
HSL color Cylindrical-coordinate representation of color #DBFCC8: hue angle of 98.08º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBFCC8 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 252 | 200 | - |
CMYK | 0.13 | 0 | 0.21 | 0.01 |
HSL | 98.08º | 0.9% | 0.89% | - |
HSV(B) | 98.08º | 0.21% | 0.99% | - |
XYZ | 74.45 | 88.85 | 67.87 | - |
YUV | 236.21 | 107.57 | 115.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 252 | 200 | 0.13 | 0 | 0.21 | 0.01 | 98.08 | 0.9 | 0.89 |
Hex | DB | FC | C8 | D | 0 | 15 | 1 | 62 | 5A | 59 |
Octal | 333 | 374 | 310 | 15 | 0 | 25 | 1 | 142 | 132 | 131 |
Binary | 11011011 | 11111100 | 11001000 | 1101 | 0 | 10101 | 1 | 1100010 | 1011010 | 1011001 |
Color Harmonies of #DBFCC8
Complementary color
Monochromatic Colors of #DBFCC8
Black with #DBFCC8
Text Example
Text Example
White with #DBFCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCC8; }
p { color: rgb(219,252,200); }
H1.HeaderClassName
{
color: #DBFCC8;
}
.AnyTagClassName
{
color: #DBFCC8;
}
</style>
background-color css
<style>
a { background-color: #DBFCC8; }
a { background-color: rgb(219,252,200); }
div.DivClassName
{
background-color: #DBFCC8;
}
.BgClassName
{
background-color: #DBFCC8;
}
</style>
border-color css
<style>
span { border-color: #DBFCC8; }
span { border-color: rgb(219,252,200); }
td.TdClassName
{
border-color: #DBFCC8;
}
.TagClassName
{
border-color: #DBFCC8;
}
</style>