Shades of Peppermint #CFE4CB
Tints of Peppermint #CFE4CB
RGB
CMYK
RGB Variations
Color information
#CFE4CB (or 0xCFE4CB) is known color: Peppermint. HEX triplet: CF, E4 and CB. RGB value is (207,228,203). Sum of RGB (Red+Green+Blue) = 207+228+203=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE4CB is #301B34. Grayscale: #DADADA. Windows color (decimal): -3152693 or 13362383. OLE color: 13362383.
HSL color Cylindrical-coordinate representation of color #CFE4CB: hue angle of 110.4º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFE4CB is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 203 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.11 |
| HSL | 110.4º | 0.32% | 0.85% | - |
| HSV(B) | 110.4º | 0.11% | 0.89% | - |
| XYZ | 64.26 | 73.06 | 67.22 | - |
| YUV | 218.87 | 119.04 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 203 | 0.09 | 0 | 0.11 | 0.11 | 110.4 | 0.32 | 0.85 |
| Hex | CF | E4 | CB | 9 | 0 | B | B | 6E | 20 | 55 |
| Octal | 317 | 344 | 313 | 11 | 0 | 13 | 13 | 156 | 40 | 125 |
| Binary | 11001111 | 11100100 | 11001011 | 1001 | 0 | 1011 | 1011 | 1101110 | 100000 | 1010101 |
Color Harmonies of #CFE4CB
Complementary color
Monochromatic Colors of #CFE4CB
Black with #CFE4CB
Text Example
Text Example
White with #CFE4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE4CB; }
p { color: rgb(207,228,203); }
H1.HeaderClassName
{
color: #CFE4CB;
}
.AnyTagClassName
{
color: #CFE4CB;
}
</style>
background-color css
<style>
a { background-color: #CFE4CB; }
a { background-color: rgb(207,228,203); }
div.DivClassName
{
background-color: #CFE4CB;
}
.BgClassName
{
background-color: #CFE4CB;
}
</style>
border-color css
<style>
span { border-color: #CFE4CB; }
span { border-color: rgb(207,228,203); }
td.TdClassName
{
border-color: #CFE4CB;
}
.TagClassName
{
border-color: #CFE4CB;
}
</style>