Shades of Snowy Mint #D6F5CB
Tints of Snowy Mint #D6F5CB
RGB
CMYK
RGB Variations
Color information
#D6F5CB (or 0xD6F5CB) is known color: Snowy Mint. HEX triplet: D6, F5 and CB. RGB value is (214,245,203). Sum of RGB (Red+Green+Blue) = 214+245+203=662 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.33% from 662); Green value is 245 (96.09% from 255 or 37.01% from 662); Blue value is 203 (79.69% from 255 or 30.66% from 662); Max value from RGB is 245 - color contains mainly: green. Hex color #D6F5CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F5CB is #290A34. Grayscale: #E7E7E7. Windows color (decimal): -2689589 or 13366742. OLE color: 13366742.
HSL color Cylindrical-coordinate representation of color #D6F5CB: hue angle of 104.29º 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 #D6F5CB is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 245 | 203 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.04 |
| HSL | 104.29º | 0.68% | 0.88% | - |
| HSV(B) | 104.29º | 0.17% | 0.96% | - |
| XYZ | 71.16 | 83.91 | 68.95 | - |
| YUV | 230.94 | 112.23 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 245 | 203 | 0.13 | 0 | 0.17 | 0.04 | 104.29 | 0.68 | 0.88 |
| Hex | D6 | F5 | CB | D | 0 | 11 | 4 | 68 | 44 | 58 |
| Octal | 326 | 365 | 313 | 15 | 0 | 21 | 4 | 150 | 104 | 130 |
| Binary | 11010110 | 11110101 | 11001011 | 1101 | 0 | 10001 | 100 | 1101000 | 1000100 | 1011000 |
Color Harmonies of #D6F5CB
Complementary color
Monochromatic Colors of #D6F5CB
Black with #D6F5CB
Text Example
Text Example
White with #D6F5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F5CB; }
p { color: rgb(214,245,203); }
H1.HeaderClassName
{
color: #D6F5CB;
}
.AnyTagClassName
{
color: #D6F5CB;
}
</style>
background-color css
<style>
a { background-color: #D6F5CB; }
a { background-color: rgb(214,245,203); }
div.DivClassName
{
background-color: #D6F5CB;
}
.BgClassName
{
background-color: #D6F5CB;
}
</style>
border-color css
<style>
span { border-color: #D6F5CB; }
span { border-color: rgb(214,245,203); }
td.TdClassName
{
border-color: #D6F5CB;
}
.TagClassName
{
border-color: #D6F5CB;
}
</style>