Shades of Snowy Mint #D6EFC8
Tints of Snowy Mint #D6EFC8
RGB
CMYK
RGB Variations
Color information
#D6EFC8 (or 0xD6EFC8) is known color: Snowy Mint. HEX triplet: D6, EF and C8. RGB value is (214,239,200). Sum of RGB (Red+Green+Blue) = 214+239+200=653 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.77% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 200 (78.52% from 255 or 30.63% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EFC8 is #291037. Grayscale: #E3E3E3. Windows color (decimal): -2691128 or 13168598. OLE color: 13168598.
HSL color Cylindrical-coordinate representation of color #D6EFC8: hue angle of 98.46º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6EFC8 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 239 | 200 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.06 |
| HSL | 98.46º | 0.55% | 0.86% | - |
| HSV(B) | 98.46º | 0.16% | 0.94% | - |
| XYZ | 69.02 | 80.2 | 66.49 | - |
| YUV | 227.08 | 112.72 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 239 | 200 | 0.10 | 0 | 0.16 | 0.06 | 98.46 | 0.55 | 0.86 |
| Hex | D6 | EF | C8 | A | 0 | 10 | 6 | 62 | 37 | 56 |
| Octal | 326 | 357 | 310 | 12 | 0 | 20 | 6 | 142 | 67 | 126 |
| Binary | 11010110 | 11101111 | 11001000 | 1010 | 0 | 10000 | 110 | 1100010 | 110111 | 1010110 |
Color Harmonies of #D6EFC8
Complementary color
Monochromatic Colors of #D6EFC8
Black with #D6EFC8
Text Example
Text Example
White with #D6EFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EFC8; }
p { color: rgb(214,239,200); }
H1.HeaderClassName
{
color: #D6EFC8;
}
.AnyTagClassName
{
color: #D6EFC8;
}
</style>
background-color css
<style>
a { background-color: #D6EFC8; }
a { background-color: rgb(214,239,200); }
div.DivClassName
{
background-color: #D6EFC8;
}
.BgClassName
{
background-color: #D6EFC8;
}
</style>
border-color css
<style>
span { border-color: #D6EFC8; }
span { border-color: rgb(214,239,200); }
td.TdClassName
{
border-color: #D6EFC8;
}
.TagClassName
{
border-color: #D6EFC8;
}
</style>