Shades of Peppermint #CFD9CB
Tints of Peppermint #CFD9CB
RGB
CMYK
RGB Variations
Color information
#CFD9CB (or 0xCFD9CB) is known color: Peppermint. HEX triplet: CF, D9 and CB. RGB value is (207,217,203). Sum of RGB (Red+Green+Blue) = 207+217+203=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD9CB is #302634. Grayscale: #D4D4D4. Windows color (decimal): -3155509 or 13359567. OLE color: 13359567.
HSL color Cylindrical-coordinate representation of color #CFD9CB: hue angle of 102.86º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFD9CB is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 203 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.15 |
| HSL | 102.86º | 0.16% | 0.82% | - |
| HSV(B) | 102.86º | 0.06% | 0.85% | - |
| XYZ | 61.32 | 67.2 | 66.24 | - |
| YUV | 212.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 203 | 0.05 | 0 | 0.06 | 0.15 | 102.86 | 0.16 | 0.82 |
| Hex | CF | D9 | CB | 5 | 0 | 6 | F | 67 | 10 | 52 |
| Octal | 317 | 331 | 313 | 5 | 0 | 6 | 17 | 147 | 20 | 122 |
| Binary | 11001111 | 11011001 | 11001011 | 101 | 0 | 110 | 1111 | 1100111 | 10000 | 1010010 |
Color Harmonies of #CFD9CB
Complementary color
Monochromatic Colors of #CFD9CB
Black with #CFD9CB
Text Example
Text Example
White with #CFD9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD9CB; }
p { color: rgb(207,217,203); }
H1.HeaderClassName
{
color: #CFD9CB;
}
.AnyTagClassName
{
color: #CFD9CB;
}
</style>
background-color css
<style>
a { background-color: #CFD9CB; }
a { background-color: rgb(207,217,203); }
div.DivClassName
{
background-color: #CFD9CB;
}
.BgClassName
{
background-color: #CFD9CB;
}
</style>
border-color css
<style>
span { border-color: #CFD9CB; }
span { border-color: rgb(207,217,203); }
td.TdClassName
{
border-color: #CFD9CB;
}
.TagClassName
{
border-color: #CFD9CB;
}
</style>