Shades of Snowy Mint #D3EACB
Tints of Snowy Mint #D3EACB
RGB
CMYK
RGB Variations
Color information
#D3EACB (or 0xD3EACB) is known color: Snowy Mint. HEX triplet: D3, EA and CB. RGB value is (211,234,203). Sum of RGB (Red+Green+Blue) = 211+234+203=648 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.56% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 234 - color contains mainly: green. Hex color #D3EACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EACB is #2C1534. Grayscale: #DFDFDF. Windows color (decimal): -2889013 or 13363923. OLE color: 13363923.
HSL color Cylindrical-coordinate representation of color #D3EACB: hue angle of 104.52º degrees, saturation: 0.42, 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 #D3EACB is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 234 | 203 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.08 |
| HSL | 104.52º | 0.42% | 0.86% | - |
| HSV(B) | 104.52º | 0.13% | 0.92% | - |
| XYZ | 67.07 | 77.01 | 67.83 | - |
| YUV | 223.59 | 116.38 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 234 | 203 | 0.10 | 0 | 0.13 | 0.08 | 104.52 | 0.42 | 0.86 |
| Hex | D3 | EA | CB | A | 0 | D | 8 | 69 | 2A | 56 |
| Octal | 323 | 352 | 313 | 12 | 0 | 15 | 10 | 151 | 52 | 126 |
| Binary | 11010011 | 11101010 | 11001011 | 1010 | 0 | 1101 | 1000 | 1101001 | 101010 | 1010110 |
Color Harmonies of #D3EACB
Complementary color
Monochromatic Colors of #D3EACB
Black with #D3EACB
Text Example
Text Example
White with #D3EACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EACB; }
p { color: rgb(211,234,203); }
H1.HeaderClassName
{
color: #D3EACB;
}
.AnyTagClassName
{
color: #D3EACB;
}
</style>
background-color css
<style>
a { background-color: #D3EACB; }
a { background-color: rgb(211,234,203); }
div.DivClassName
{
background-color: #D3EACB;
}
.BgClassName
{
background-color: #D3EACB;
}
</style>
border-color css
<style>
span { border-color: #D3EACB; }
span { border-color: rgb(211,234,203); }
td.TdClassName
{
border-color: #D3EACB;
}
.TagClassName
{
border-color: #D3EACB;
}
</style>