Shades of Peppermint #D4DAD2
Tints of Peppermint #D4DAD2
RGB
CMYK
RGB Variations
Color information
#D4DAD2 (or 0xD4DAD2) is known color: Peppermint. HEX triplet: D4, DA and D2. RGB value is (212,218,210). Sum of RGB (Red+Green+Blue) = 212+218+210=640 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.12% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 210 (82.42% from 255 or 32.81% from 640); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DAD2 is #2B252D. Grayscale: #D7D7D7. Windows color (decimal): -2827566 or 13818580. OLE color: 13818580.
HSL color Cylindrical-coordinate representation of color #D4DAD2: hue angle of 105º degrees, saturation: 0.1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D4DAD2 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 212 | 218 | 210 | - |
CMYK | 0.03 | 0 | 0.04 | 0.15 |
HSL | 105º | 0.1% | 0.84% | - |
HSV(B) | 105º | 0.04% | 0.85% | - |
XYZ | 63.86 | 68.79 | 70.89 | - |
YUV | 215.29 | 125.01 | 125.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 218 | 210 | 0.03 | 0 | 0.04 | 0.15 | 105 | 0.1 | 0.84 |
Hex | D4 | DA | D2 | 3 | 0 | 4 | F | 69 | A | 54 |
Octal | 324 | 332 | 322 | 3 | 0 | 4 | 17 | 151 | 12 | 124 |
Binary | 11010100 | 11011010 | 11010010 | 11 | 0 | 100 | 1111 | 1101001 | 1010 | 1010100 |
Color Harmonies of #D4DAD2
Complementary color
Monochromatic Colors of #D4DAD2
Black with #D4DAD2
Text Example
Text Example
White with #D4DAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DAD2; }
p { color: rgb(212,218,210); }
H1.HeaderClassName
{
color: #D4DAD2;
}
.AnyTagClassName
{
color: #D4DAD2;
}
</style>
background-color css
<style>
a { background-color: #D4DAD2; }
a { background-color: rgb(212,218,210); }
div.DivClassName
{
background-color: #D4DAD2;
}
.BgClassName
{
background-color: #D4DAD2;
}
</style>
border-color css
<style>
span { border-color: #D4DAD2; }
span { border-color: rgb(212,218,210); }
td.TdClassName
{
border-color: #D4DAD2;
}
.TagClassName
{
border-color: #D4DAD2;
}
</style>