Shades of Snowy Mint #D3EFCA
Tints of Snowy Mint #D3EFCA
RGB
CMYK
RGB Variations
Color information
#D3EFCA (or 0xD3EFCA) is known color: Snowy Mint. HEX triplet: D3, EF and CA. RGB value is (211,239,202). Sum of RGB (Red+Green+Blue) = 211+239+202=652 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.36% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 239 - color contains mainly: green. Hex color #D3EFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EFCA is #2C1035. Grayscale: #E2E2E2. Windows color (decimal): -2887734 or 13299667. OLE color: 13299667.
HSL color Cylindrical-coordinate representation of color #D3EFCA: hue angle of 105.41º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3EFCA is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 239 | 202 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.06 |
| HSL | 105.41º | 0.54% | 0.86% | - |
| HSV(B) | 105.41º | 0.15% | 0.94% | - |
| XYZ | 68.39 | 79.85 | 67.68 | - |
| YUV | 226.41 | 114.22 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 239 | 202 | 0.12 | 0 | 0.15 | 0.06 | 105.41 | 0.54 | 0.86 |
| Hex | D3 | EF | CA | C | 0 | F | 6 | 69 | 36 | 56 |
| Octal | 323 | 357 | 312 | 14 | 0 | 17 | 6 | 151 | 66 | 126 |
| Binary | 11010011 | 11101111 | 11001010 | 1100 | 0 | 1111 | 110 | 1101001 | 110110 | 1010110 |
Color Harmonies of #D3EFCA
Complementary color
Monochromatic Colors of #D3EFCA
Black with #D3EFCA
Text Example
Text Example
White with #D3EFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EFCA; }
p { color: rgb(211,239,202); }
H1.HeaderClassName
{
color: #D3EFCA;
}
.AnyTagClassName
{
color: #D3EFCA;
}
</style>
background-color css
<style>
a { background-color: #D3EFCA; }
a { background-color: rgb(211,239,202); }
div.DivClassName
{
background-color: #D3EFCA;
}
.BgClassName
{
background-color: #D3EFCA;
}
</style>
border-color css
<style>
span { border-color: #D3EFCA; }
span { border-color: rgb(211,239,202); }
td.TdClassName
{
border-color: #D3EFCA;
}
.TagClassName
{
border-color: #D3EFCA;
}
</style>