Shades of Snowy Mint #D6EECE
Tints of Snowy Mint #D6EECE
RGB
CMYK
RGB Variations
Color information
#D6EECE (or 0xD6EECE) is known color: Snowy Mint. HEX triplet: D6, EE and CE. RGB value is (214,238,206). Sum of RGB (Red+Green+Blue) = 214+238+206=658 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.52% from 658); Green value is 238 (93.36% from 255 or 36.17% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EECE is #291131. Grayscale: #E3E3E3. Windows color (decimal): -2691378 or 13561558. OLE color: 13561558.
HSL color Cylindrical-coordinate representation of color #D6EECE: hue angle of 105º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6EECE is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 214 | 238 | 206 | - |
CMYK | 0.10 | 0 | 0.13 | 0.07 |
HSL | 105º | 0.48% | 0.87% | - |
HSV(B) | 105º | 0.13% | 0.93% | - |
XYZ | 69.45 | 79.9 | 70.15 | - |
YUV | 227.18 | 116.05 | 118.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 238 | 206 | 0.10 | 0 | 0.13 | 0.07 | 105 | 0.48 | 0.87 |
Hex | D6 | EE | CE | A | 0 | D | 7 | 69 | 30 | 57 |
Octal | 326 | 356 | 316 | 12 | 0 | 15 | 7 | 151 | 60 | 127 |
Binary | 11010110 | 11101110 | 11001110 | 1010 | 0 | 1101 | 111 | 1101001 | 110000 | 1010111 |
Color Harmonies of #D6EECE
Complementary color
Monochromatic Colors of #D6EECE
Black with #D6EECE
Text Example
Text Example
White with #D6EECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EECE; }
p { color: rgb(214,238,206); }
H1.HeaderClassName
{
color: #D6EECE;
}
.AnyTagClassName
{
color: #D6EECE;
}
</style>
background-color css
<style>
a { background-color: #D6EECE; }
a { background-color: rgb(214,238,206); }
div.DivClassName
{
background-color: #D6EECE;
}
.BgClassName
{
background-color: #D6EECE;
}
</style>
border-color css
<style>
span { border-color: #D6EECE; }
span { border-color: rgb(214,238,206); }
td.TdClassName
{
border-color: #D6EECE;
}
.TagClassName
{
border-color: #D6EECE;
}
</style>