Shades of Peppermint #D3E0CF
Tints of Peppermint #D3E0CF
RGB
CMYK
RGB Variations
Color information
#D3E0CF (or 0xD3E0CF) is known color: Peppermint. HEX triplet: D3, E0 and CF. RGB value is (211,224,207). Sum of RGB (Red+Green+Blue) = 211+224+207=642 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.87% from 642); Green value is 224 (87.89% from 255 or 34.89% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E0CF is #2C1F30. Grayscale: #DADADA. Windows color (decimal): -2891569 or 13623507. OLE color: 13623507.
HSL color Cylindrical-coordinate representation of color #D3E0CF: hue angle of 105.88º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D3E0CF is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 224 | 207 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.12 |
| HSL | 105.88º | 0.22% | 0.85% | - |
| HSV(B) | 105.88º | 0.08% | 0.88% | - |
| XYZ | 64.78 | 71.67 | 69.45 | - |
| YUV | 218.18 | 121.69 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 224 | 207 | 0.06 | 0 | 0.08 | 0.12 | 105.88 | 0.22 | 0.85 |
| Hex | D3 | E0 | CF | 6 | 0 | 8 | C | 6A | 16 | 55 |
| Octal | 323 | 340 | 317 | 6 | 0 | 10 | 14 | 152 | 26 | 125 |
| Binary | 11010011 | 11100000 | 11001111 | 110 | 0 | 1000 | 1100 | 1101010 | 10110 | 1010101 |
Color Harmonies of #D3E0CF
Complementary color
Monochromatic Colors of #D3E0CF
Black with #D3E0CF
Text Example
Text Example
White with #D3E0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E0CF; }
p { color: rgb(211,224,207); }
H1.HeaderClassName
{
color: #D3E0CF;
}
.AnyTagClassName
{
color: #D3E0CF;
}
</style>
background-color css
<style>
a { background-color: #D3E0CF; }
a { background-color: rgb(211,224,207); }
div.DivClassName
{
background-color: #D3E0CF;
}
.BgClassName
{
background-color: #D3E0CF;
}
</style>
border-color css
<style>
span { border-color: #D3E0CF; }
span { border-color: rgb(211,224,207); }
td.TdClassName
{
border-color: #D3E0CF;
}
.TagClassName
{
border-color: #D3E0CF;
}
</style>