Shades of Peppermint #CFD9CC
Tints of Peppermint #CFD9CC
RGB
CMYK
RGB Variations
Color information
#CFD9CC (or 0xCFD9CC) is known color: Peppermint. HEX triplet: CF, D9 and CC. RGB value is (207,217,204). Sum of RGB (Red+Green+Blue) = 207+217+204=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD9CC is #302633. Grayscale: #D4D4D4. Windows color (decimal): -3155508 or 13425103. OLE color: 13425103.
HSL color Cylindrical-coordinate representation of color #CFD9CC: hue angle of 106.15º degrees, saturation: 0.15, 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 #CFD9CC is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 204 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.15 |
| HSL | 106.15º | 0.15% | 0.83% | - |
| HSV(B) | 106.15º | 0.06% | 0.85% | - |
| XYZ | 61.44 | 67.25 | 66.87 | - |
| YUV | 212.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 204 | 0.05 | 0 | 0.06 | 0.15 | 106.15 | 0.15 | 0.83 |
| Hex | CF | D9 | CC | 5 | 0 | 6 | F | 6A | F | 53 |
| Octal | 317 | 331 | 314 | 5 | 0 | 6 | 17 | 152 | 17 | 123 |
| Binary | 11001111 | 11011001 | 11001100 | 101 | 0 | 110 | 1111 | 1101010 | 1111 | 1010011 |
Color Harmonies of #CFD9CC
Complementary color
Monochromatic Colors of #CFD9CC
Black with #CFD9CC
Text Example
Text Example
White with #CFD9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD9CC; }
p { color: rgb(207,217,204); }
H1.HeaderClassName
{
color: #CFD9CC;
}
.AnyTagClassName
{
color: #CFD9CC;
}
</style>
background-color css
<style>
a { background-color: #CFD9CC; }
a { background-color: rgb(207,217,204); }
div.DivClassName
{
background-color: #CFD9CC;
}
.BgClassName
{
background-color: #CFD9CC;
}
</style>
border-color css
<style>
span { border-color: #CFD9CC; }
span { border-color: rgb(207,217,204); }
td.TdClassName
{
border-color: #CFD9CC;
}
.TagClassName
{
border-color: #CFD9CC;
}
</style>