Shades of Snowy Mint #D5EECB
Tints of Snowy Mint #D5EECB
RGB
CMYK
RGB Variations
Color information
#D5EECB (or 0xD5EECB) is known color: Snowy Mint. HEX triplet: D5, EE and CB. RGB value is (213,238,203). Sum of RGB (Red+Green+Blue) = 213+238+203=654 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.57% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 203 (79.69% from 255 or 31.04% from 654); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EECB is #2A1134. Grayscale: #E2E2E2. Windows color (decimal): -2756917 or 13364949. OLE color: 13364949.
HSL color Cylindrical-coordinate representation of color #D5EECB: hue angle of 102.86º 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 #D5EECB is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 238 | 203 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.07 |
| HSL | 102.86º | 0.51% | 0.86% | - |
| HSV(B) | 102.86º | 0.15% | 0.93% | - |
| XYZ | 68.79 | 79.61 | 68.24 | - |
| YUV | 226.54 | 114.72 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 238 | 203 | 0.11 | 0 | 0.15 | 0.07 | 102.86 | 0.51 | 0.86 |
| Hex | D5 | EE | CB | B | 0 | F | 7 | 67 | 33 | 56 |
| Octal | 325 | 356 | 313 | 13 | 0 | 17 | 7 | 147 | 63 | 126 |
| Binary | 11010101 | 11101110 | 11001011 | 1011 | 0 | 1111 | 111 | 1100111 | 110011 | 1010110 |
Color Harmonies of #D5EECB
Complementary color
Monochromatic Colors of #D5EECB
Black with #D5EECB
Text Example
Text Example
White with #D5EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EECB; }
p { color: rgb(213,238,203); }
H1.HeaderClassName
{
color: #D5EECB;
}
.AnyTagClassName
{
color: #D5EECB;
}
</style>
background-color css
<style>
a { background-color: #D5EECB; }
a { background-color: rgb(213,238,203); }
div.DivClassName
{
background-color: #D5EECB;
}
.BgClassName
{
background-color: #D5EECB;
}
</style>
border-color css
<style>
span { border-color: #D5EECB; }
span { border-color: rgb(213,238,203); }
td.TdClassName
{
border-color: #D5EECB;
}
.TagClassName
{
border-color: #D5EECB;
}
</style>