Shades of Snowy Mint #D3EFCB
Tints of Snowy Mint #D3EFCB
RGB
CMYK
RGB Variations
Color information
#D3EFCB (or 0xD3EFCB) is known color: Snowy Mint. HEX triplet: D3, EF and CB. RGB value is (211,239,203). Sum of RGB (Red+Green+Blue) = 211+239+203=653 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.31% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #D3EFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EFCB is #2C1034. Grayscale: #E2E2E2. Windows color (decimal): -2887733 or 13365203. OLE color: 13365203.
HSL color Cylindrical-coordinate representation of color #D3EFCB: hue angle of 106.67º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3EFCB is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 239 | 203 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.06 |
| HSL | 106.67º | 0.53% | 0.87% | - |
| HSV(B) | 106.67º | 0.15% | 0.94% | - |
| XYZ | 68.51 | 79.89 | 68.31 | - |
| YUV | 226.52 | 114.72 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 239 | 203 | 0.12 | 0 | 0.15 | 0.06 | 106.67 | 0.53 | 0.87 |
| Hex | D3 | EF | CB | C | 0 | F | 6 | 6B | 35 | 57 |
| Octal | 323 | 357 | 313 | 14 | 0 | 17 | 6 | 153 | 65 | 127 |
| Binary | 11010011 | 11101111 | 11001011 | 1100 | 0 | 1111 | 110 | 1101011 | 110101 | 1010111 |
Color Harmonies of #D3EFCB
Complementary color
Monochromatic Colors of #D3EFCB
Black with #D3EFCB
Text Example
Text Example
White with #D3EFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EFCB; }
p { color: rgb(211,239,203); }
H1.HeaderClassName
{
color: #D3EFCB;
}
.AnyTagClassName
{
color: #D3EFCB;
}
</style>
background-color css
<style>
a { background-color: #D3EFCB; }
a { background-color: rgb(211,239,203); }
div.DivClassName
{
background-color: #D3EFCB;
}
.BgClassName
{
background-color: #D3EFCB;
}
</style>
border-color css
<style>
span { border-color: #D3EFCB; }
span { border-color: rgb(211,239,203); }
td.TdClassName
{
border-color: #D3EFCB;
}
.TagClassName
{
border-color: #D3EFCB;
}
</style>