Shades of Snowy Mint #D4EACC
Tints of Snowy Mint #D4EACC
RGB
CMYK
RGB Variations
Color information
#D4EACC (or 0xD4EACC) is known color: Snowy Mint. HEX triplet: D4, EA and CC. RGB value is (212,234,204). Sum of RGB (Red+Green+Blue) = 212+234+204=650 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.62% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EACC is #2B1533. Grayscale: #E0E0E0. Windows color (decimal): -2823476 or 13429460. OLE color: 13429460.
HSL color Cylindrical-coordinate representation of color #D4EACC: hue angle of 104º 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 #D4EACC is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
RGB | 212 | 234 | 204 | - |
CMYK | 0.09 | 0 | 0.13 | 0.08 |
HSL | 104º | 0.42% | 0.86% | - |
HSV(B) | 104º | 0.13% | 0.92% | - |
XYZ | 67.47 | 77.2 | 68.47 | - |
YUV | 224 | 116.71 | 119.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 234 | 204 | 0.09 | 0 | 0.13 | 0.08 | 104 | 0.42 | 0.86 |
Hex | D4 | EA | CC | 9 | 0 | D | 8 | 68 | 2A | 56 |
Octal | 324 | 352 | 314 | 11 | 0 | 15 | 10 | 150 | 52 | 126 |
Binary | 11010100 | 11101010 | 11001100 | 1001 | 0 | 1101 | 1000 | 1101000 | 101010 | 1010110 |
Color Harmonies of #D4EACC
Complementary color
Monochromatic Colors of #D4EACC
Black with #D4EACC
Text Example
Text Example
White with #D4EACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EACC; }
p { color: rgb(212,234,204); }
H1.HeaderClassName
{
color: #D4EACC;
}
.AnyTagClassName
{
color: #D4EACC;
}
</style>
background-color css
<style>
a { background-color: #D4EACC; }
a { background-color: rgb(212,234,204); }
div.DivClassName
{
background-color: #D4EACC;
}
.BgClassName
{
background-color: #D4EACC;
}
</style>
border-color css
<style>
span { border-color: #D4EACC; }
span { border-color: rgb(212,234,204); }
td.TdClassName
{
border-color: #D4EACC;
}
.TagClassName
{
border-color: #D4EACC;
}
</style>