Shades of Snowy Mint #DBFECA
Tints of Snowy Mint #DBFECA
RGB
CMYK
RGB Variations
Color information
#DBFECA (or 0xDBFECA) is known color: Snowy Mint. HEX triplet: DB, FE and CA. RGB value is (219,254,202). Sum of RGB (Red+Green+Blue) = 219+254+202=675 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.44% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 202 (79.30% from 255 or 29.93% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFECA is #240135. Grayscale: #EDEDED. Windows color (decimal): -2359606 or 13303515. OLE color: 13303515.
HSL color Cylindrical-coordinate representation of color #DBFECA: hue angle of 100.38º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBFECA is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
RGB | 219 | 254 | 202 | - |
CMYK | 0.14 | 0 | 0.20 | 0.00 |
HSL | 100.38º | 0.96% | 0.89% | - |
HSV(B) | 100.38º | 0.2% | 1% | - |
XYZ | 75.32 | 90.21 | 69.32 | - |
YUV | 237.61 | 107.9 | 114.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 254 | 202 | 0.14 | 0 | 0.20 | 0.00 | 100.38 | 0.96 | 0.89 |
Hex | DB | FE | CA | E | 0 | 14 | 0 | 64 | 60 | 59 |
Octal | 333 | 376 | 312 | 16 | 0 | 24 | 0 | 144 | 140 | 131 |
Binary | 11011011 | 11111110 | 11001010 | 1110 | 0 | 10100 | 0 | 1100100 | 1100000 | 1011001 |
Color Harmonies of #DBFECA
Complementary color
Monochromatic Colors of #DBFECA
Black with #DBFECA
Text Example
Text Example
White with #DBFECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFECA; }
p { color: rgb(219,254,202); }
H1.HeaderClassName
{
color: #DBFECA;
}
.AnyTagClassName
{
color: #DBFECA;
}
</style>
background-color css
<style>
a { background-color: #DBFECA; }
a { background-color: rgb(219,254,202); }
div.DivClassName
{
background-color: #DBFECA;
}
.BgClassName
{
background-color: #DBFECA;
}
</style>
border-color css
<style>
span { border-color: #DBFECA; }
span { border-color: rgb(219,254,202); }
td.TdClassName
{
border-color: #DBFECA;
}
.TagClassName
{
border-color: #DBFECA;
}
</style>