Shades of Peppermint #D1DAD0
Tints of Peppermint #D1DAD0
RGB
CMYK
RGB Variations
Color information
#D1DAD0 (or 0xD1DAD0) is known color: Peppermint. HEX triplet: D1, DA and D0. RGB value is (209,218,208). Sum of RGB (Red+Green+Blue) = 209+218+208=635 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.91% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DAD0 is #2E252F. Grayscale: #D6D6D6. Windows color (decimal): -3024176 or 13687505. OLE color: 13687505.
HSL color Cylindrical-coordinate representation of color #D1DAD0: hue angle of 114º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D1DAD0 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 209 | 218 | 208 | - |
CMYK | 0.04 | 0 | 0.05 | 0.15 |
HSL | 114º | 0.12% | 0.84% | - |
HSV(B) | 114º | 0.05% | 0.85% | - |
XYZ | 62.75 | 68.25 | 69.54 | - |
YUV | 214.17 | 124.52 | 124.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 218 | 208 | 0.04 | 0 | 0.05 | 0.15 | 114 | 0.12 | 0.84 |
Hex | D1 | DA | D0 | 4 | 0 | 5 | F | 72 | C | 54 |
Octal | 321 | 332 | 320 | 4 | 0 | 5 | 17 | 162 | 14 | 124 |
Binary | 11010001 | 11011010 | 11010000 | 100 | 0 | 101 | 1111 | 1110010 | 1100 | 1010100 |
Color Harmonies of #D1DAD0
Complementary color
Monochromatic Colors of #D1DAD0
Black with #D1DAD0
Text Example
Text Example
White with #D1DAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DAD0; }
p { color: rgb(209,218,208); }
H1.HeaderClassName
{
color: #D1DAD0;
}
.AnyTagClassName
{
color: #D1DAD0;
}
</style>
background-color css
<style>
a { background-color: #D1DAD0; }
a { background-color: rgb(209,218,208); }
div.DivClassName
{
background-color: #D1DAD0;
}
.BgClassName
{
background-color: #D1DAD0;
}
</style>
border-color css
<style>
span { border-color: #D1DAD0; }
span { border-color: rgb(209,218,208); }
td.TdClassName
{
border-color: #D1DAD0;
}
.TagClassName
{
border-color: #D1DAD0;
}
</style>