Shades of Snowy Mint #D5EECA
Tints of Snowy Mint #D5EECA
RGB
CMYK
RGB Variations
Color information
#D5EECA (or 0xD5EECA) is known color: Snowy Mint. HEX triplet: D5, EE and CA. RGB value is (213,238,202). Sum of RGB (Red+Green+Blue) = 213+238+202=653 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.62% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EECA is #2A1135. Grayscale: #E2E2E2. Windows color (decimal): -2756918 or 13299413. OLE color: 13299413.
HSL color Cylindrical-coordinate representation of color #D5EECA: hue angle of 101.67º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5EECA is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 238 | 202 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.07 |
| HSL | 101.67º | 0.51% | 0.86% | - |
| HSV(B) | 101.67º | 0.15% | 0.93% | - |
| XYZ | 68.68 | 79.56 | 67.61 | - |
| YUV | 226.42 | 114.22 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 238 | 202 | 0.11 | 0 | 0.15 | 0.07 | 101.67 | 0.51 | 0.86 |
| Hex | D5 | EE | CA | B | 0 | F | 7 | 66 | 33 | 56 |
| Octal | 325 | 356 | 312 | 13 | 0 | 17 | 7 | 146 | 63 | 126 |
| Binary | 11010101 | 11101110 | 11001010 | 1011 | 0 | 1111 | 111 | 1100110 | 110011 | 1010110 |
Color Harmonies of #D5EECA
Complementary color
Monochromatic Colors of #D5EECA
Black with #D5EECA
Text Example
Text Example
White with #D5EECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EECA; }
p { color: rgb(213,238,202); }
H1.HeaderClassName
{
color: #D5EECA;
}
.AnyTagClassName
{
color: #D5EECA;
}
</style>
background-color css
<style>
a { background-color: #D5EECA; }
a { background-color: rgb(213,238,202); }
div.DivClassName
{
background-color: #D5EECA;
}
.BgClassName
{
background-color: #D5EECA;
}
</style>
border-color css
<style>
span { border-color: #D5EECA; }
span { border-color: rgb(213,238,202); }
td.TdClassName
{
border-color: #D5EECA;
}
.TagClassName
{
border-color: #D5EECA;
}
</style>