Shades of Peppermint #CEDBCB
Tints of Peppermint #CEDBCB
RGB
CMYK
RGB Variations
Color information
#CEDBCB (or 0xCEDBCB) is known color: Peppermint. HEX triplet: CE, DB and CB. RGB value is (206,219,203). Sum of RGB (Red+Green+Blue) = 206+219+203=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBCB is #312434. Grayscale: #D5D5D5. Windows color (decimal): -3220533 or 13360078. OLE color: 13360078.
HSL color Cylindrical-coordinate representation of color #CEDBCB: hue angle of 108.75º 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 #CEDBCB is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 219 | 203 | - |
CMYK | 0.06 | 0 | 0.07 | 0.14 |
HSL | 108.75º | 0.18% | 0.83% | - |
HSV(B) | 108.75º | 0.07% | 0.86% | - |
XYZ | 61.56 | 68.1 | 66.4 | - |
YUV | 213.29 | 122.19 | 122.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 219 | 203 | 0.06 | 0 | 0.07 | 0.14 | 108.75 | 0.18 | 0.83 |
Hex | CE | DB | CB | 6 | 0 | 7 | E | 6D | 12 | 53 |
Octal | 316 | 333 | 313 | 6 | 0 | 7 | 16 | 155 | 22 | 123 |
Binary | 11001110 | 11011011 | 11001011 | 110 | 0 | 111 | 1110 | 1101101 | 10010 | 1010011 |
Color Harmonies of #CEDBCB
Complementary color
Monochromatic Colors of #CEDBCB
Black with #CEDBCB
Text Example
Text Example
White with #CEDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBCB; }
p { color: rgb(206,219,203); }
H1.HeaderClassName
{
color: #CEDBCB;
}
.AnyTagClassName
{
color: #CEDBCB;
}
</style>
background-color css
<style>
a { background-color: #CEDBCB; }
a { background-color: rgb(206,219,203); }
div.DivClassName
{
background-color: #CEDBCB;
}
.BgClassName
{
background-color: #CEDBCB;
}
</style>
border-color css
<style>
span { border-color: #CEDBCB; }
span { border-color: rgb(206,219,203); }
td.TdClassName
{
border-color: #CEDBCB;
}
.TagClassName
{
border-color: #CEDBCB;
}
</style>