Shades of Peppermint #D0DACE
Tints of Peppermint #D0DACE
RGB
CMYK
RGB Variations
Color information
#D0DACE (or 0xD0DACE) is known color: Peppermint. HEX triplet: D0, DA and CE. RGB value is (208,218,206). Sum of RGB (Red+Green+Blue) = 208+218+206=632 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.91% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DACE is #2F2531. Grayscale: #D5D5D5. Windows color (decimal): -3089714 or 13556432. OLE color: 13556432.
HSL color Cylindrical-coordinate representation of color #D0DACE: hue angle of 110º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0DACE is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 208 | 218 | 206 | - |
CMYK | 0.05 | 0 | 0.06 | 0.15 |
HSL | 110º | 0.14% | 0.83% | - |
HSV(B) | 110º | 0.06% | 0.85% | - |
XYZ | 62.22 | 68.01 | 68.24 | - |
YUV | 213.64 | 123.69 | 123.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 218 | 206 | 0.05 | 0 | 0.06 | 0.15 | 110 | 0.14 | 0.83 |
Hex | D0 | DA | CE | 5 | 0 | 6 | F | 6E | E | 53 |
Octal | 320 | 332 | 316 | 5 | 0 | 6 | 17 | 156 | 16 | 123 |
Binary | 11010000 | 11011010 | 11001110 | 101 | 0 | 110 | 1111 | 1101110 | 1110 | 1010011 |
Color Harmonies of #D0DACE
Complementary color
Monochromatic Colors of #D0DACE
Black with #D0DACE
Text Example
Text Example
White with #D0DACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DACE; }
p { color: rgb(208,218,206); }
H1.HeaderClassName
{
color: #D0DACE;
}
.AnyTagClassName
{
color: #D0DACE;
}
</style>
background-color css
<style>
a { background-color: #D0DACE; }
a { background-color: rgb(208,218,206); }
div.DivClassName
{
background-color: #D0DACE;
}
.BgClassName
{
background-color: #D0DACE;
}
</style>
border-color css
<style>
span { border-color: #D0DACE; }
span { border-color: rgb(208,218,206); }
td.TdClassName
{
border-color: #D0DACE;
}
.TagClassName
{
border-color: #D0DACE;
}
</style>