Shades of Peppermint #DADFD8
Tints of Peppermint #DADFD8
RGB
CMYK
RGB Variations
Color information
#DADFD8 (or 0xDADFD8) is known color: Peppermint. HEX triplet: DA, DF and D8. RGB value is (218,223,216). Sum of RGB (Red+Green+Blue) = 218+223+216=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 216 (84.77% from 255 or 32.88% from 657); Max value from RGB is 223 - color contains mainly: green. Hex color #DADFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADFD8 is #252027. Grayscale: #DCDCDC. Windows color (decimal): -2433064 or 14213082. OLE color: 14213082.
HSL color Cylindrical-coordinate representation of color #DADFD8: hue angle of 102.86º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DADFD8 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 223 | 216 | - |
CMYK | 0.02 | 0 | 0.03 | 0.13 |
HSL | 102.86º | 0.1% | 0.86% | - |
HSV(B) | 102.86º | 0.03% | 0.87% | - |
XYZ | 67.7 | 72.64 | 75.42 | - |
YUV | 220.71 | 125.34 | 126.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 223 | 216 | 0.02 | 0 | 0.03 | 0.13 | 102.86 | 0.1 | 0.86 |
Hex | DA | DF | D8 | 2 | 0 | 3 | D | 67 | A | 56 |
Octal | 332 | 337 | 330 | 2 | 0 | 3 | 15 | 147 | 12 | 126 |
Binary | 11011010 | 11011111 | 11011000 | 10 | 0 | 11 | 1101 | 1100111 | 1010 | 1010110 |
Color Harmonies of #DADFD8
Complementary color
Monochromatic Colors of #DADFD8
Black with #DADFD8
Text Example
Text Example
White with #DADFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADFD8; }
p { color: rgb(218,223,216); }
H1.HeaderClassName
{
color: #DADFD8;
}
.AnyTagClassName
{
color: #DADFD8;
}
</style>
background-color css
<style>
a { background-color: #DADFD8; }
a { background-color: rgb(218,223,216); }
div.DivClassName
{
background-color: #DADFD8;
}
.BgClassName
{
background-color: #DADFD8;
}
</style>
border-color css
<style>
span { border-color: #DADFD8; }
span { border-color: rgb(218,223,216); }
td.TdClassName
{
border-color: #DADFD8;
}
.TagClassName
{
border-color: #DADFD8;
}
</style>