Shades of Snowy Mint #D3EBCC
Tints of Snowy Mint #D3EBCC
RGB
CMYK
RGB Variations
Color information
#D3EBCC (or 0xD3EBCC) is known color: Snowy Mint. HEX triplet: D3, EB and CC. RGB value is (211,235,204). Sum of RGB (Red+Green+Blue) = 211+235+204=650 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.46% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EBCC is #2C1433. Grayscale: #E0E0E0. Windows color (decimal): -2888756 or 13429715. OLE color: 13429715.
HSL color Cylindrical-coordinate representation of color #D3EBCC: hue angle of 106.45º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3EBCC is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 235 | 204 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.08 |
| HSL | 106.45º | 0.44% | 0.86% | - |
| HSV(B) | 106.45º | 0.13% | 0.92% | - |
| XYZ | 67.47 | 77.63 | 68.55 | - |
| YUV | 224.29 | 116.55 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 204 | 0.10 | 0 | 0.13 | 0.08 | 106.45 | 0.44 | 0.86 |
| Hex | D3 | EB | CC | A | 0 | D | 8 | 6A | 2C | 56 |
| Octal | 323 | 353 | 314 | 12 | 0 | 15 | 10 | 152 | 54 | 126 |
| Binary | 11010011 | 11101011 | 11001100 | 1010 | 0 | 1101 | 1000 | 1101010 | 101100 | 1010110 |
Color Harmonies of #D3EBCC
Complementary color
Monochromatic Colors of #D3EBCC
Black with #D3EBCC
Text Example
Text Example
White with #D3EBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EBCC; }
p { color: rgb(211,235,204); }
H1.HeaderClassName
{
color: #D3EBCC;
}
.AnyTagClassName
{
color: #D3EBCC;
}
</style>
background-color css
<style>
a { background-color: #D3EBCC; }
a { background-color: rgb(211,235,204); }
div.DivClassName
{
background-color: #D3EBCC;
}
.BgClassName
{
background-color: #D3EBCC;
}
</style>
border-color css
<style>
span { border-color: #D3EBCC; }
span { border-color: rgb(211,235,204); }
td.TdClassName
{
border-color: #D3EBCC;
}
.TagClassName
{
border-color: #D3EBCC;
}
</style>