Shades of Snowy Mint #D4EFCD
Tints of Snowy Mint #D4EFCD
RGB
CMYK
RGB Variations
Color information
#D4EFCD (or 0xD4EFCD) is known color: Snowy Mint. HEX triplet: D4, EF and CD. RGB value is (212,239,205). Sum of RGB (Red+Green+Blue) = 212+239+205=656 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.32% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EFCD is #2B1032. Grayscale: #E3E3E3. Windows color (decimal): -2822195 or 13496276. OLE color: 13496276.
HSL color Cylindrical-coordinate representation of color #D4EFCD: hue angle of 107.65º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4EFCD is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 239 | 205 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.06 |
| HSL | 107.65º | 0.52% | 0.87% | - |
| HSV(B) | 107.65º | 0.14% | 0.94% | - |
| XYZ | 69.04 | 80.14 | 69.59 | - |
| YUV | 227.05 | 115.55 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 239 | 205 | 0.11 | 0 | 0.14 | 0.06 | 107.65 | 0.52 | 0.87 |
| Hex | D4 | EF | CD | B | 0 | E | 6 | 6C | 34 | 57 |
| Octal | 324 | 357 | 315 | 13 | 0 | 16 | 6 | 154 | 64 | 127 |
| Binary | 11010100 | 11101111 | 11001101 | 1011 | 0 | 1110 | 110 | 1101100 | 110100 | 1010111 |
Color Harmonies of #D4EFCD
Complementary color
Monochromatic Colors of #D4EFCD
Black with #D4EFCD
Text Example
Text Example
White with #D4EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EFCD; }
p { color: rgb(212,239,205); }
H1.HeaderClassName
{
color: #D4EFCD;
}
.AnyTagClassName
{
color: #D4EFCD;
}
</style>
background-color css
<style>
a { background-color: #D4EFCD; }
a { background-color: rgb(212,239,205); }
div.DivClassName
{
background-color: #D4EFCD;
}
.BgClassName
{
background-color: #D4EFCD;
}
</style>
border-color css
<style>
span { border-color: #D4EFCD; }
span { border-color: rgb(212,239,205); }
td.TdClassName
{
border-color: #D4EFCD;
}
.TagClassName
{
border-color: #D4EFCD;
}
</style>