Shades of Peppermint #D4E5CC
Tints of Peppermint #D4E5CC
RGB
CMYK
RGB Variations
Color information
#D4E5CC (or 0xD4E5CC) is known color: Peppermint. HEX triplet: D4, E5 and CC. RGB value is (212,229,204). Sum of RGB (Red+Green+Blue) = 212+229+204=645 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.87% from 645); Green value is 229 (89.84% from 255 or 35.50% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 229 - color contains mainly: green. Hex color #D4E5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E5CC is #2B1A33. Grayscale: #DDDDDD. Windows color (decimal): -2824756 or 13428180. OLE color: 13428180.
HSL color Cylindrical-coordinate representation of color #D4E5CC: hue angle of 100.8º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4E5CC is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
RGB | 212 | 229 | 204 | - |
CMYK | 0.07 | 0 | 0.11 | 0.10 |
HSL | 100.8º | 0.32% | 0.85% | - |
HSV(B) | 100.8º | 0.11% | 0.9% | - |
XYZ | 66.07 | 74.4 | 68 | - |
YUV | 221.07 | 118.37 | 121.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 229 | 204 | 0.07 | 0 | 0.11 | 0.10 | 100.8 | 0.32 | 0.85 |
Hex | D4 | E5 | CC | 7 | 0 | B | A | 65 | 20 | 55 |
Octal | 324 | 345 | 314 | 7 | 0 | 13 | 12 | 145 | 40 | 125 |
Binary | 11010100 | 11100101 | 11001100 | 111 | 0 | 1011 | 1010 | 1100101 | 100000 | 1010101 |
Color Harmonies of #D4E5CC
Complementary color
Monochromatic Colors of #D4E5CC
Black with #D4E5CC
Text Example
Text Example
White with #D4E5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E5CC; }
p { color: rgb(212,229,204); }
H1.HeaderClassName
{
color: #D4E5CC;
}
.AnyTagClassName
{
color: #D4E5CC;
}
</style>
background-color css
<style>
a { background-color: #D4E5CC; }
a { background-color: rgb(212,229,204); }
div.DivClassName
{
background-color: #D4E5CC;
}
.BgClassName
{
background-color: #D4E5CC;
}
</style>
border-color css
<style>
span { border-color: #D4E5CC; }
span { border-color: rgb(212,229,204); }
td.TdClassName
{
border-color: #D4E5CC;
}
.TagClassName
{
border-color: #D4E5CC;
}
</style>