Shades of Peppermint #CEDFCB
Tints of Peppermint #CEDFCB
RGB
CMYK
RGB Variations
Color information
#CEDFCB (or 0xCEDFCB) is known color: Peppermint. HEX triplet: CE, DF and CB. RGB value is (206,223,203). Sum of RGB (Red+Green+Blue) = 206+223+203=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFCB is #312034. Grayscale: #D7D7D7. Windows color (decimal): -3219509 or 13361102. OLE color: 13361102.
HSL color Cylindrical-coordinate representation of color #CEDFCB: hue angle of 111º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEDFCB is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 223 | 203 | - |
CMYK | 0.08 | 0 | 0.09 | 0.13 |
HSL | 111º | 0.24% | 0.84% | - |
HSV(B) | 111º | 0.09% | 0.87% | - |
XYZ | 62.62 | 70.21 | 66.75 | - |
YUV | 215.64 | 120.87 | 121.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 223 | 203 | 0.08 | 0 | 0.09 | 0.13 | 111 | 0.24 | 0.84 |
Hex | CE | DF | CB | 8 | 0 | 9 | D | 6F | 18 | 54 |
Octal | 316 | 337 | 313 | 10 | 0 | 11 | 15 | 157 | 30 | 124 |
Binary | 11001110 | 11011111 | 11001011 | 1000 | 0 | 1001 | 1101 | 1101111 | 11000 | 1010100 |
Color Harmonies of #CEDFCB
Complementary color
Monochromatic Colors of #CEDFCB
Black with #CEDFCB
Text Example
Text Example
White with #CEDFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFCB; }
p { color: rgb(206,223,203); }
H1.HeaderClassName
{
color: #CEDFCB;
}
.AnyTagClassName
{
color: #CEDFCB;
}
</style>
background-color css
<style>
a { background-color: #CEDFCB; }
a { background-color: rgb(206,223,203); }
div.DivClassName
{
background-color: #CEDFCB;
}
.BgClassName
{
background-color: #CEDFCB;
}
</style>
border-color css
<style>
span { border-color: #CEDFCB; }
span { border-color: rgb(206,223,203); }
td.TdClassName
{
border-color: #CEDFCB;
}
.TagClassName
{
border-color: #CEDFCB;
}
</style>