Shades of Snowy Mint #D6F6CB
Tints of Snowy Mint #D6F6CB
RGB
CMYK
RGB Variations
Color information
#D6F6CB (or 0xD6F6CB) is known color: Snowy Mint. HEX triplet: D6, F6 and CB. RGB value is (214,246,203). Sum of RGB (Red+Green+Blue) = 214+246+203=663 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.28% from 663); Green value is 246 (96.48% from 255 or 37.10% from 663); Blue value is 203 (79.69% from 255 or 30.62% from 663); Max value from RGB is 246 - color contains mainly: green. Hex color #D6F6CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F6CB is #290934. Grayscale: #E7E7E7. Windows color (decimal): -2689333 or 13366998. OLE color: 13366998.
HSL color Cylindrical-coordinate representation of color #D6F6CB: hue angle of 104.65º degrees, saturation: 0.7, 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 #D6F6CB is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 246 | 203 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.04 |
| HSL | 104.65º | 0.7% | 0.88% | - |
| HSV(B) | 104.65º | 0.17% | 0.96% | - |
| XYZ | 71.47 | 84.52 | 69.05 | - |
| YUV | 231.53 | 111.9 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 246 | 203 | 0.13 | 0 | 0.17 | 0.04 | 104.65 | 0.7 | 0.88 |
| Hex | D6 | F6 | CB | D | 0 | 11 | 4 | 69 | 46 | 58 |
| Octal | 326 | 366 | 313 | 15 | 0 | 21 | 4 | 151 | 106 | 130 |
| Binary | 11010110 | 11110110 | 11001011 | 1101 | 0 | 10001 | 100 | 1101001 | 1000110 | 1011000 |
Color Harmonies of #D6F6CB
Complementary color
Monochromatic Colors of #D6F6CB
Black with #D6F6CB
Text Example
Text Example
White with #D6F6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F6CB; }
p { color: rgb(214,246,203); }
H1.HeaderClassName
{
color: #D6F6CB;
}
.AnyTagClassName
{
color: #D6F6CB;
}
</style>
background-color css
<style>
a { background-color: #D6F6CB; }
a { background-color: rgb(214,246,203); }
div.DivClassName
{
background-color: #D6F6CB;
}
.BgClassName
{
background-color: #D6F6CB;
}
</style>
border-color css
<style>
span { border-color: #D6F6CB; }
span { border-color: rgb(214,246,203); }
td.TdClassName
{
border-color: #D6F6CB;
}
.TagClassName
{
border-color: #D6F6CB;
}
</style>