Shades of Snowy Mint #D5ECCE
Tints of Snowy Mint #D5ECCE
RGB
CMYK
RGB Variations
Color information
#D5ECCE (or 0xD5ECCE) is known color: Snowy Mint. HEX triplet: D5, EC and CE. RGB value is (213,236,206). Sum of RGB (Red+Green+Blue) = 213+236+206=655 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.52% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 206 (80.86% from 255 or 31.45% from 655); Max value from RGB is 236 - color contains mainly: green. Hex color #D5ECCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5ECCE is #2A1331. Grayscale: #E1E1E1. Windows color (decimal): -2757426 or 13561045. OLE color: 13561045.
HSL color Cylindrical-coordinate representation of color #D5ECCE: hue angle of 106º degrees, saturation: 0.44, 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 #D5ECCE is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 236 | 206 | - |
CMYK | 0.10 | 0 | 0.13 | 0.07 |
HSL | 106º | 0.44% | 0.87% | - |
HSV(B) | 106º | 0.13% | 0.93% | - |
XYZ | 68.58 | 78.59 | 69.95 | - |
YUV | 225.7 | 116.88 | 118.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 236 | 206 | 0.10 | 0 | 0.13 | 0.07 | 106 | 0.44 | 0.87 |
Hex | D5 | EC | CE | A | 0 | D | 7 | 6A | 2C | 57 |
Octal | 325 | 354 | 316 | 12 | 0 | 15 | 7 | 152 | 54 | 127 |
Binary | 11010101 | 11101100 | 11001110 | 1010 | 0 | 1101 | 111 | 1101010 | 101100 | 1010111 |
Color Harmonies of #D5ECCE
Complementary color
Monochromatic Colors of #D5ECCE
Black with #D5ECCE
Text Example
Text Example
White with #D5ECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ECCE; }
p { color: rgb(213,236,206); }
H1.HeaderClassName
{
color: #D5ECCE;
}
.AnyTagClassName
{
color: #D5ECCE;
}
</style>
background-color css
<style>
a { background-color: #D5ECCE; }
a { background-color: rgb(213,236,206); }
div.DivClassName
{
background-color: #D5ECCE;
}
.BgClassName
{
background-color: #D5ECCE;
}
</style>
border-color css
<style>
span { border-color: #D5ECCE; }
span { border-color: rgb(213,236,206); }
td.TdClassName
{
border-color: #D5ECCE;
}
.TagClassName
{
border-color: #D5ECCE;
}
</style>