Shades of Snowy Mint #D3E8CE
Tints of Snowy Mint #D3E8CE
RGB
CMYK
RGB Variations
Color information
#D3E8CE (or 0xD3E8CE) is known color: Snowy Mint. HEX triplet: D3, E8 and CE. RGB value is (211,232,206). Sum of RGB (Red+Green+Blue) = 211+232+206=649 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.51% from 649); Green value is 232 (91.02% from 255 or 35.75% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 232 - color contains mainly: green. Hex color #D3E8CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3E8CE is #2C1731. Grayscale: #DEDEDE. Windows color (decimal): -2889522 or 13560019. OLE color: 13560019.
HSL color Cylindrical-coordinate representation of color #D3E8CE: hue angle of 108.46º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3E8CE is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 232 | 206 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.09 |
| HSL | 108.46º | 0.36% | 0.86% | - |
| HSV(B) | 108.46º | 0.11% | 0.91% | - |
| XYZ | 66.86 | 76.02 | 69.54 | - |
| YUV | 222.76 | 118.54 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 232 | 206 | 0.09 | 0 | 0.11 | 0.09 | 108.46 | 0.36 | 0.86 |
| Hex | D3 | E8 | CE | 9 | 0 | B | 9 | 6C | 24 | 56 |
| Octal | 323 | 350 | 316 | 11 | 0 | 13 | 11 | 154 | 44 | 126 |
| Binary | 11010011 | 11101000 | 11001110 | 1001 | 0 | 1011 | 1001 | 1101100 | 100100 | 1010110 |
Color Harmonies of #D3E8CE
Complementary color
Monochromatic Colors of #D3E8CE
Black with #D3E8CE
Text Example
Text Example
White with #D3E8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E8CE; }
p { color: rgb(211,232,206); }
H1.HeaderClassName
{
color: #D3E8CE;
}
.AnyTagClassName
{
color: #D3E8CE;
}
</style>
background-color css
<style>
a { background-color: #D3E8CE; }
a { background-color: rgb(211,232,206); }
div.DivClassName
{
background-color: #D3E8CE;
}
.BgClassName
{
background-color: #D3E8CE;
}
</style>
border-color css
<style>
span { border-color: #D3E8CE; }
span { border-color: rgb(211,232,206); }
td.TdClassName
{
border-color: #D3E8CE;
}
.TagClassName
{
border-color: #D3E8CE;
}
</style>