Shades of Snowy Mint #D6EDCB
Tints of Snowy Mint #D6EDCB
RGB
CMYK
RGB Variations
Color information
#D6EDCB (or 0xD6EDCB) is known color: Snowy Mint. HEX triplet: D6, ED and CB. RGB value is (214,237,203). Sum of RGB (Red+Green+Blue) = 214+237+203=654 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.72% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 203 (79.69% from 255 or 31.04% from 654); Max value from RGB is 237 - color contains mainly: green. Hex color #D6EDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EDCB is #291234. Grayscale: #E2E2E2. Windows color (decimal): -2691637 or 13364694. OLE color: 13364694.
HSL color Cylindrical-coordinate representation of color #D6EDCB: hue angle of 100.59º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6EDCB is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 237 | 203 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.07 |
| HSL | 100.59º | 0.49% | 0.86% | - |
| HSV(B) | 100.59º | 0.14% | 0.93% | - |
| XYZ | 68.8 | 79.18 | 68.16 | - |
| YUV | 226.25 | 114.88 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 237 | 203 | 0.10 | 0 | 0.14 | 0.07 | 100.59 | 0.49 | 0.86 |
| Hex | D6 | ED | CB | A | 0 | E | 7 | 65 | 31 | 56 |
| Octal | 326 | 355 | 313 | 12 | 0 | 16 | 7 | 145 | 61 | 126 |
| Binary | 11010110 | 11101101 | 11001011 | 1010 | 0 | 1110 | 111 | 1100101 | 110001 | 1010110 |
Color Harmonies of #D6EDCB
Complementary color
Monochromatic Colors of #D6EDCB
Black with #D6EDCB
Text Example
Text Example
White with #D6EDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EDCB; }
p { color: rgb(214,237,203); }
H1.HeaderClassName
{
color: #D6EDCB;
}
.AnyTagClassName
{
color: #D6EDCB;
}
</style>
background-color css
<style>
a { background-color: #D6EDCB; }
a { background-color: rgb(214,237,203); }
div.DivClassName
{
background-color: #D6EDCB;
}
.BgClassName
{
background-color: #D6EDCB;
}
</style>
border-color css
<style>
span { border-color: #D6EDCB; }
span { border-color: rgb(214,237,203); }
td.TdClassName
{
border-color: #D6EDCB;
}
.TagClassName
{
border-color: #D6EDCB;
}
</style>