Shades of Snowy Mint #D3ECCA
Tints of Snowy Mint #D3ECCA
RGB
CMYK
RGB Variations
Color information
#D3ECCA (or 0xD3ECCA) is known color: Snowy Mint. HEX triplet: D3, EC and CA. RGB value is (211,236,202). Sum of RGB (Red+Green+Blue) = 211+236+202=649 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.51% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 236 - color contains mainly: green. Hex color #D3ECCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3ECCA is #2C1335. Grayscale: #E0E0E0. Windows color (decimal): -2888502 or 13298899. OLE color: 13298899.
HSL color Cylindrical-coordinate representation of color #D3ECCA: hue angle of 104.12º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3ECCA is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 236 | 202 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.07 |
| HSL | 104.12º | 0.47% | 0.86% | - |
| HSV(B) | 104.12º | 0.14% | 0.93% | - |
| XYZ | 67.52 | 78.1 | 67.39 | - |
| YUV | 224.65 | 115.22 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 236 | 202 | 0.11 | 0 | 0.14 | 0.07 | 104.12 | 0.47 | 0.86 |
| Hex | D3 | EC | CA | B | 0 | E | 7 | 68 | 2F | 56 |
| Octal | 323 | 354 | 312 | 13 | 0 | 16 | 7 | 150 | 57 | 126 |
| Binary | 11010011 | 11101100 | 11001010 | 1011 | 0 | 1110 | 111 | 1101000 | 101111 | 1010110 |
Color Harmonies of #D3ECCA
Complementary color
Monochromatic Colors of #D3ECCA
Black with #D3ECCA
Text Example
Text Example
White with #D3ECCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ECCA; }
p { color: rgb(211,236,202); }
H1.HeaderClassName
{
color: #D3ECCA;
}
.AnyTagClassName
{
color: #D3ECCA;
}
</style>
background-color css
<style>
a { background-color: #D3ECCA; }
a { background-color: rgb(211,236,202); }
div.DivClassName
{
background-color: #D3ECCA;
}
.BgClassName
{
background-color: #D3ECCA;
}
</style>
border-color css
<style>
span { border-color: #D3ECCA; }
span { border-color: rgb(211,236,202); }
td.TdClassName
{
border-color: #D3ECCA;
}
.TagClassName
{
border-color: #D3ECCA;
}
</style>