Shades of Peppermint #D3E1CF
Tints of Peppermint #D3E1CF
RGB
CMYK
RGB Variations
Color information
#D3E1CF (or 0xD3E1CF) is known color: Peppermint. HEX triplet: D3, E1 and CF. RGB value is (211,225,207). Sum of RGB (Red+Green+Blue) = 211+225+207=643 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.81% from 643); Green value is 225 (88.28% from 255 or 34.99% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E1CF is #2C1E30. Grayscale: #DADADA. Windows color (decimal): -2891313 or 13623763. OLE color: 13623763.
HSL color Cylindrical-coordinate representation of color #D3E1CF: hue angle of 106.67º degrees, saturation: 0.23, 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 #D3E1CF is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 225 | 207 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.12 |
| HSL | 106.67º | 0.23% | 0.85% | - |
| HSV(B) | 106.67º | 0.08% | 0.88% | - |
| XYZ | 65.05 | 72.2 | 69.54 | - |
| YUV | 218.76 | 121.36 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 225 | 207 | 0.06 | 0 | 0.08 | 0.12 | 106.67 | 0.23 | 0.85 |
| Hex | D3 | E1 | CF | 6 | 0 | 8 | C | 6B | 17 | 55 |
| Octal | 323 | 341 | 317 | 6 | 0 | 10 | 14 | 153 | 27 | 125 |
| Binary | 11010011 | 11100001 | 11001111 | 110 | 0 | 1000 | 1100 | 1101011 | 10111 | 1010101 |
Color Harmonies of #D3E1CF
Complementary color
Monochromatic Colors of #D3E1CF
Black with #D3E1CF
Text Example
Text Example
White with #D3E1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E1CF; }
p { color: rgb(211,225,207); }
H1.HeaderClassName
{
color: #D3E1CF;
}
.AnyTagClassName
{
color: #D3E1CF;
}
</style>
background-color css
<style>
a { background-color: #D3E1CF; }
a { background-color: rgb(211,225,207); }
div.DivClassName
{
background-color: #D3E1CF;
}
.BgClassName
{
background-color: #D3E1CF;
}
</style>
border-color css
<style>
span { border-color: #D3E1CF; }
span { border-color: rgb(211,225,207); }
td.TdClassName
{
border-color: #D3E1CF;
}
.TagClassName
{
border-color: #D3E1CF;
}
</style>