Shades of Snowy Mint #D6EFCB
Tints of Snowy Mint #D6EFCB
RGB
CMYK
RGB Variations
Color information
#D6EFCB (or 0xD6EFCB) is known color: Snowy Mint. HEX triplet: D6, EF and CB. RGB value is (214,239,203). Sum of RGB (Red+Green+Blue) = 214+239+203=656 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.62% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 203 (79.69% from 255 or 30.95% from 656); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EFCB is #291034. Grayscale: #E3E3E3. Windows color (decimal): -2691125 or 13365206. OLE color: 13365206.
HSL color Cylindrical-coordinate representation of color #D6EFCB: hue angle of 101.67º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6EFCB is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 239 | 203 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.06 |
| HSL | 101.67º | 0.53% | 0.87% | - |
| HSV(B) | 101.67º | 0.15% | 0.94% | - |
| XYZ | 69.38 | 80.34 | 68.35 | - |
| YUV | 227.42 | 114.22 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 239 | 203 | 0.10 | 0 | 0.15 | 0.06 | 101.67 | 0.53 | 0.87 |
| Hex | D6 | EF | CB | A | 0 | F | 6 | 66 | 35 | 57 |
| Octal | 326 | 357 | 313 | 12 | 0 | 17 | 6 | 146 | 65 | 127 |
| Binary | 11010110 | 11101111 | 11001011 | 1010 | 0 | 1111 | 110 | 1100110 | 110101 | 1010111 |
Color Harmonies of #D6EFCB
Complementary color
Monochromatic Colors of #D6EFCB
Black with #D6EFCB
Text Example
Text Example
White with #D6EFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EFCB; }
p { color: rgb(214,239,203); }
H1.HeaderClassName
{
color: #D6EFCB;
}
.AnyTagClassName
{
color: #D6EFCB;
}
</style>
background-color css
<style>
a { background-color: #D6EFCB; }
a { background-color: rgb(214,239,203); }
div.DivClassName
{
background-color: #D6EFCB;
}
.BgClassName
{
background-color: #D6EFCB;
}
</style>
border-color css
<style>
span { border-color: #D6EFCB; }
span { border-color: rgb(214,239,203); }
td.TdClassName
{
border-color: #D6EFCB;
}
.TagClassName
{
border-color: #D6EFCB;
}
</style>