Shades of Peppermint #CFDBCB
Tints of Peppermint #CFDBCB
RGB
CMYK
RGB Variations
Color information
#CFDBCB (or 0xCFDBCB) is known color: Peppermint. HEX triplet: CF, DB and CB. RGB value is (207,219,203). Sum of RGB (Red+Green+Blue) = 207+219+203=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDBCB is #302434. Grayscale: #D5D5D5. Windows color (decimal): -3154997 or 13360079. OLE color: 13360079.
HSL color Cylindrical-coordinate representation of color #CFDBCB: hue angle of 105º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFDBCB is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 203 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.14 |
| HSL | 105º | 0.18% | 0.83% | - |
| HSV(B) | 105º | 0.07% | 0.86% | - |
| XYZ | 61.84 | 68.24 | 66.41 | - |
| YUV | 213.59 | 122.02 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 203 | 0.05 | 0 | 0.07 | 0.14 | 105 | 0.18 | 0.83 |
| Hex | CF | DB | CB | 5 | 0 | 7 | E | 69 | 12 | 53 |
| Octal | 317 | 333 | 313 | 5 | 0 | 7 | 16 | 151 | 22 | 123 |
| Binary | 11001111 | 11011011 | 11001011 | 101 | 0 | 111 | 1110 | 1101001 | 10010 | 1010011 |
Color Harmonies of #CFDBCB
Complementary color
Monochromatic Colors of #CFDBCB
Black with #CFDBCB
Text Example
Text Example
White with #CFDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDBCB; }
p { color: rgb(207,219,203); }
H1.HeaderClassName
{
color: #CFDBCB;
}
.AnyTagClassName
{
color: #CFDBCB;
}
</style>
background-color css
<style>
a { background-color: #CFDBCB; }
a { background-color: rgb(207,219,203); }
div.DivClassName
{
background-color: #CFDBCB;
}
.BgClassName
{
background-color: #CFDBCB;
}
</style>
border-color css
<style>
span { border-color: #CFDBCB; }
span { border-color: rgb(207,219,203); }
td.TdClassName
{
border-color: #CFDBCB;
}
.TagClassName
{
border-color: #CFDBCB;
}
</style>