Shades of Snowy Mint #D6F8CA
Tints of Snowy Mint #D6F8CA
RGB
CMYK
RGB Variations
Color information
#D6F8CA (or 0xD6F8CA) is known color: Snowy Mint. HEX triplet: D6, F8 and CA. RGB value is (214,248,202). Sum of RGB (Red+Green+Blue) = 214+248+202=664 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.23% from 664); Green value is 248 (97.27% from 255 or 37.35% from 664); Blue value is 202 (79.30% from 255 or 30.42% from 664); Max value from RGB is 248 - color contains mainly: green. Hex color #D6F8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F8CA is #290735. Grayscale: #E8E8E8. Windows color (decimal): -2688822 or 13301974. OLE color: 13301974.
HSL color Cylindrical-coordinate representation of color #D6F8CA: hue angle of 104.35º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6F8CA is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 248 | 202 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.03 |
| HSL | 104.35º | 0.77% | 0.88% | - |
| HSV(B) | 104.35º | 0.19% | 0.97% | - |
| XYZ | 71.96 | 85.7 | 68.63 | - |
| YUV | 232.59 | 110.74 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 248 | 202 | 0.14 | 0 | 0.19 | 0.03 | 104.35 | 0.77 | 0.88 |
| Hex | D6 | F8 | CA | E | 0 | 13 | 3 | 68 | 4D | 58 |
| Octal | 326 | 370 | 312 | 16 | 0 | 23 | 3 | 150 | 115 | 130 |
| Binary | 11010110 | 11111000 | 11001010 | 1110 | 0 | 10011 | 11 | 1101000 | 1001101 | 1011000 |
Color Harmonies of #D6F8CA
Complementary color
Monochromatic Colors of #D6F8CA
Black with #D6F8CA
Text Example
Text Example
White with #D6F8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F8CA; }
p { color: rgb(214,248,202); }
H1.HeaderClassName
{
color: #D6F8CA;
}
.AnyTagClassName
{
color: #D6F8CA;
}
</style>
background-color css
<style>
a { background-color: #D6F8CA; }
a { background-color: rgb(214,248,202); }
div.DivClassName
{
background-color: #D6F8CA;
}
.BgClassName
{
background-color: #D6F8CA;
}
</style>
border-color css
<style>
span { border-color: #D6F8CA; }
span { border-color: rgb(214,248,202); }
td.TdClassName
{
border-color: #D6F8CA;
}
.TagClassName
{
border-color: #D6F8CA;
}
</style>