Shades of Peppermint #DCE1DA
Tints of Peppermint #DCE1DA
RGB
CMYK
RGB Variations
Color information
#DCE1DA (or 0xDCE1DA) is known color: Peppermint. HEX triplet: DC, E1 and DA. RGB value is (220,225,218). Sum of RGB (Red+Green+Blue) = 220+225+218=663 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.18% from 663); Green value is 225 (88.28% from 255 or 33.94% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE1DA is #231E25. Grayscale: #DEDEDE. Windows color (decimal): -2301478 or 14344668. OLE color: 14344668.
HSL color Cylindrical-coordinate representation of color #DCE1DA: hue angle of 102.86º degrees, saturation: 0.1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DCE1DA is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
RGB | 220 | 225 | 218 | - |
CMYK | 0.02 | 0 | 0.03 | 0.12 |
HSL | 102.86º | 0.1% | 0.87% | - |
HSV(B) | 102.86º | 0.03% | 0.88% | - |
XYZ | 69.1 | 74.13 | 77 | - |
YUV | 222.71 | 125.34 | 126.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 225 | 218 | 0.02 | 0 | 0.03 | 0.12 | 102.86 | 0.1 | 0.87 |
Hex | DC | E1 | DA | 2 | 0 | 3 | C | 67 | A | 57 |
Octal | 334 | 341 | 332 | 2 | 0 | 3 | 14 | 147 | 12 | 127 |
Binary | 11011100 | 11100001 | 11011010 | 10 | 0 | 11 | 1100 | 1100111 | 1010 | 1010111 |
Color Harmonies of #DCE1DA
Complementary color
Monochromatic Colors of #DCE1DA
Black with #DCE1DA
Text Example
Text Example
White with #DCE1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE1DA; }
p { color: rgb(220,225,218); }
H1.HeaderClassName
{
color: #DCE1DA;
}
.AnyTagClassName
{
color: #DCE1DA;
}
</style>
background-color css
<style>
a { background-color: #DCE1DA; }
a { background-color: rgb(220,225,218); }
div.DivClassName
{
background-color: #DCE1DA;
}
.BgClassName
{
background-color: #DCE1DA;
}
</style>
border-color css
<style>
span { border-color: #DCE1DA; }
span { border-color: rgb(220,225,218); }
td.TdClassName
{
border-color: #DCE1DA;
}
.TagClassName
{
border-color: #DCE1DA;
}
</style>