Shades of Peppermint #CFD9CD
Tints of Peppermint #CFD9CD
RGB
CMYK
RGB Variations
Color information
#CFD9CD (or 0xCFD9CD) is known color: Peppermint. HEX triplet: CF, D9 and CD. RGB value is (207,217,205). Sum of RGB (Red+Green+Blue) = 207+217+205=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD9CD is #302632. Grayscale: #D4D4D4. Windows color (decimal): -3155507 or 13490639. OLE color: 13490639.
HSL color Cylindrical-coordinate representation of color #CFD9CD: 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 #CFD9CD is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 207 | 217 | 205 | - |
CMYK | 0.05 | 0 | 0.06 | 0.15 |
HSL | 110º | 0.14% | 0.83% | - |
HSV(B) | 110º | 0.06% | 0.85% | - |
XYZ | 61.56 | 67.3 | 67.5 | - |
YUV | 212.64 | 123.69 | 123.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 217 | 205 | 0.05 | 0 | 0.06 | 0.15 | 110 | 0.14 | 0.83 |
Hex | CF | D9 | CD | 5 | 0 | 6 | F | 6E | E | 53 |
Octal | 317 | 331 | 315 | 5 | 0 | 6 | 17 | 156 | 16 | 123 |
Binary | 11001111 | 11011001 | 11001101 | 101 | 0 | 110 | 1111 | 1101110 | 1110 | 1010011 |
Color Harmonies of #CFD9CD
Complementary color
Monochromatic Colors of #CFD9CD
Black with #CFD9CD
Text Example
Text Example
White with #CFD9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD9CD; }
p { color: rgb(207,217,205); }
H1.HeaderClassName
{
color: #CFD9CD;
}
.AnyTagClassName
{
color: #CFD9CD;
}
</style>
background-color css
<style>
a { background-color: #CFD9CD; }
a { background-color: rgb(207,217,205); }
div.DivClassName
{
background-color: #CFD9CD;
}
.BgClassName
{
background-color: #CFD9CD;
}
</style>
border-color css
<style>
span { border-color: #CFD9CD; }
span { border-color: rgb(207,217,205); }
td.TdClassName
{
border-color: #CFD9CD;
}
.TagClassName
{
border-color: #CFD9CD;
}
</style>