Shades of Snowy Mint #D1EACA
Tints of Snowy Mint #D1EACA
RGB
CMYK
RGB Variations
Color information
#D1EACA (or 0xD1EACA) is known color: Snowy Mint. HEX triplet: D1, EA and CA. RGB value is (209,234,202). Sum of RGB (Red+Green+Blue) = 209+234+202=645 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.40% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 234 - color contains mainly: green. Hex color #D1EACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EACA is #2E1535. Grayscale: #DEDEDE. Windows color (decimal): -3020086 or 13298385. OLE color: 13298385.
HSL color Cylindrical-coordinate representation of color #D1EACA: hue angle of 106.88º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1EACA is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 234 | 202 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.08 |
| HSL | 106.88º | 0.43% | 0.85% | - |
| HSV(B) | 106.88º | 0.14% | 0.92% | - |
| XYZ | 66.38 | 76.67 | 67.18 | - |
| YUV | 222.88 | 116.22 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 234 | 202 | 0.11 | 0 | 0.14 | 0.08 | 106.88 | 0.43 | 0.85 |
| Hex | D1 | EA | CA | B | 0 | E | 8 | 6B | 2B | 55 |
| Octal | 321 | 352 | 312 | 13 | 0 | 16 | 10 | 153 | 53 | 125 |
| Binary | 11010001 | 11101010 | 11001010 | 1011 | 0 | 1110 | 1000 | 1101011 | 101011 | 1010101 |
Color Harmonies of #D1EACA
Complementary color
Monochromatic Colors of #D1EACA
Black with #D1EACA
Text Example
Text Example
White with #D1EACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EACA; }
p { color: rgb(209,234,202); }
H1.HeaderClassName
{
color: #D1EACA;
}
.AnyTagClassName
{
color: #D1EACA;
}
</style>
background-color css
<style>
a { background-color: #D1EACA; }
a { background-color: rgb(209,234,202); }
div.DivClassName
{
background-color: #D1EACA;
}
.BgClassName
{
background-color: #D1EACA;
}
</style>
border-color css
<style>
span { border-color: #D1EACA; }
span { border-color: rgb(209,234,202); }
td.TdClassName
{
border-color: #D1EACA;
}
.TagClassName
{
border-color: #D1EACA;
}
</style>