Shades of Peppermint #D3E2CB
Tints of Peppermint #D3E2CB
RGB
CMYK
RGB Variations
Color information
#D3E2CB (or 0xD3E2CB) is known color: Peppermint. HEX triplet: D3, E2 and CB. RGB value is (211,226,203). Sum of RGB (Red+Green+Blue) = 211+226+203=640 (84% of max value = 765). Red value is 211 (82.81% from 255 or 32.97% from 640); Green value is 226 (88.67% from 255 or 35.31% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 226 - color contains mainly: green. Hex color #D3E2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E2CB is #2C1D34. Grayscale: #DADADA. Windows color (decimal): -2891061 or 13361875. OLE color: 13361875.
HSL color Cylindrical-coordinate representation of color #D3E2CB: hue angle of 99.13º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3E2CB is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
RGB | 211 | 226 | 203 | - |
CMYK | 0.07 | 0 | 0.10 | 0.11 |
HSL | 99.13º | 0.28% | 0.84% | - |
HSV(B) | 99.13º | 0.1% | 0.89% | - |
XYZ | 64.84 | 72.55 | 67.09 | - |
YUV | 218.89 | 119.03 | 122.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 226 | 203 | 0.07 | 0 | 0.10 | 0.11 | 99.13 | 0.28 | 0.84 |
Hex | D3 | E2 | CB | 7 | 0 | A | B | 63 | 1C | 54 |
Octal | 323 | 342 | 313 | 7 | 0 | 12 | 13 | 143 | 34 | 124 |
Binary | 11010011 | 11100010 | 11001011 | 111 | 0 | 1010 | 1011 | 1100011 | 11100 | 1010100 |
Color Harmonies of #D3E2CB
Complementary color
Monochromatic Colors of #D3E2CB
Black with #D3E2CB
Text Example
Text Example
White with #D3E2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E2CB; }
p { color: rgb(211,226,203); }
H1.HeaderClassName
{
color: #D3E2CB;
}
.AnyTagClassName
{
color: #D3E2CB;
}
</style>
background-color css
<style>
a { background-color: #D3E2CB; }
a { background-color: rgb(211,226,203); }
div.DivClassName
{
background-color: #D3E2CB;
}
.BgClassName
{
background-color: #D3E2CB;
}
</style>
border-color css
<style>
span { border-color: #D3E2CB; }
span { border-color: rgb(211,226,203); }
td.TdClassName
{
border-color: #D3E2CB;
}
.TagClassName
{
border-color: #D3E2CB;
}
</style>