Shades of Peppermint #CEDFC6
Tints of Peppermint #CEDFC6
RGB
CMYK
RGB Variations
Color information
#CEDFC6 (or 0xCEDFC6) is known color: Peppermint. HEX triplet: CE, DF and C6. RGB value is (206,223,198). Sum of RGB (Red+Green+Blue) = 206+223+198=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 198 (77.73% from 255 or 31.58% from 627); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFC6 is #312039. Grayscale: #D7D7D7. Windows color (decimal): -3219514 or 13033422. OLE color: 13033422.
HSL color Cylindrical-coordinate representation of color #CEDFC6: hue angle of 100.8º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEDFC6 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 223 | 198 | - |
CMYK | 0.08 | 0 | 0.11 | 0.13 |
HSL | 100.8º | 0.28% | 0.83% | - |
HSV(B) | 100.8º | 0.11% | 0.87% | - |
XYZ | 62.03 | 69.97 | 63.66 | - |
YUV | 215.07 | 118.37 | 121.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 223 | 198 | 0.08 | 0 | 0.11 | 0.13 | 100.8 | 0.28 | 0.83 |
Hex | CE | DF | C6 | 8 | 0 | B | D | 65 | 1C | 53 |
Octal | 316 | 337 | 306 | 10 | 0 | 13 | 15 | 145 | 34 | 123 |
Binary | 11001110 | 11011111 | 11000110 | 1000 | 0 | 1011 | 1101 | 1100101 | 11100 | 1010011 |
Color Harmonies of #CEDFC6
Complementary color
Monochromatic Colors of #CEDFC6
Black with #CEDFC6
Text Example
Text Example
White with #CEDFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFC6; }
p { color: rgb(206,223,198); }
H1.HeaderClassName
{
color: #CEDFC6;
}
.AnyTagClassName
{
color: #CEDFC6;
}
</style>
background-color css
<style>
a { background-color: #CEDFC6; }
a { background-color: rgb(206,223,198); }
div.DivClassName
{
background-color: #CEDFC6;
}
.BgClassName
{
background-color: #CEDFC6;
}
</style>
border-color css
<style>
span { border-color: #CEDFC6; }
span { border-color: rgb(206,223,198); }
td.TdClassName
{
border-color: #CEDFC6;
}
.TagClassName
{
border-color: #CEDFC6;
}
</style>