Shades of Peppermint #D0DBCC
Tints of Peppermint #D0DBCC
RGB
CMYK
RGB Variations
Color information
#D0DBCC (or 0xD0DBCC) is known color: Peppermint. HEX triplet: D0, DB and CC. RGB value is (208,219,204). Sum of RGB (Red+Green+Blue) = 208+219+204=631 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.96% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBCC is #2F2433. Grayscale: #D6D6D6. Windows color (decimal): -3089460 or 13425616. OLE color: 13425616.
HSL color Cylindrical-coordinate representation of color #D0DBCC: hue angle of 104º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0DBCC is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 219 | 204 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.14 |
| HSL | 104º | 0.17% | 0.83% | - |
| HSV(B) | 104º | 0.07% | 0.86% | - |
| XYZ | 62.24 | 68.43 | 67.05 | - |
| YUV | 214 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 219 | 204 | 0.05 | 0 | 0.07 | 0.14 | 104 | 0.17 | 0.83 |
| Hex | D0 | DB | CC | 5 | 0 | 7 | E | 68 | 11 | 53 |
| Octal | 320 | 333 | 314 | 5 | 0 | 7 | 16 | 150 | 21 | 123 |
| Binary | 11010000 | 11011011 | 11001100 | 101 | 0 | 111 | 1110 | 1101000 | 10001 | 1010011 |
Color Harmonies of #D0DBCC
Complementary color
Monochromatic Colors of #D0DBCC
Black with #D0DBCC
Text Example
Text Example
White with #D0DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DBCC; }
p { color: rgb(208,219,204); }
H1.HeaderClassName
{
color: #D0DBCC;
}
.AnyTagClassName
{
color: #D0DBCC;
}
</style>
background-color css
<style>
a { background-color: #D0DBCC; }
a { background-color: rgb(208,219,204); }
div.DivClassName
{
background-color: #D0DBCC;
}
.BgClassName
{
background-color: #D0DBCC;
}
</style>
border-color css
<style>
span { border-color: #D0DBCC; }
span { border-color: rgb(208,219,204); }
td.TdClassName
{
border-color: #D0DBCC;
}
.TagClassName
{
border-color: #D0DBCC;
}
</style>