Shades of Peppermint #CEDDCC
Tints of Peppermint #CEDDCC
RGB
CMYK
RGB Variations
Color information
#CEDDCC (or 0xCEDDCC) is known color: Peppermint. HEX triplet: CE, DD and CC. RGB value is (206,221,204). Sum of RGB (Red+Green+Blue) = 206+221+204=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDCC is #312233. Grayscale: #D6D6D6. Windows color (decimal): -3220020 or 13426126. OLE color: 13426126.
HSL color Cylindrical-coordinate representation of color #CEDDCC: hue angle of 112.94º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEDDCC is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 221 | 204 | - |
CMYK | 0.07 | 0 | 0.08 | 0.13 |
HSL | 112.94º | 0.2% | 0.83% | - |
HSV(B) | 112.94º | 0.08% | 0.87% | - |
XYZ | 62.21 | 69.19 | 67.2 | - |
YUV | 214.58 | 122.03 | 121.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 221 | 204 | 0.07 | 0 | 0.08 | 0.13 | 112.94 | 0.2 | 0.83 |
Hex | CE | DD | CC | 7 | 0 | 8 | D | 71 | 14 | 53 |
Octal | 316 | 335 | 314 | 7 | 0 | 10 | 15 | 161 | 24 | 123 |
Binary | 11001110 | 11011101 | 11001100 | 111 | 0 | 1000 | 1101 | 1110001 | 10100 | 1010011 |
Color Harmonies of #CEDDCC
Complementary color
Monochromatic Colors of #CEDDCC
Black with #CEDDCC
Text Example
Text Example
White with #CEDDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDCC; }
p { color: rgb(206,221,204); }
H1.HeaderClassName
{
color: #CEDDCC;
}
.AnyTagClassName
{
color: #CEDDCC;
}
</style>
background-color css
<style>
a { background-color: #CEDDCC; }
a { background-color: rgb(206,221,204); }
div.DivClassName
{
background-color: #CEDDCC;
}
.BgClassName
{
background-color: #CEDDCC;
}
</style>
border-color css
<style>
span { border-color: #CEDDCC; }
span { border-color: rgb(206,221,204); }
td.TdClassName
{
border-color: #CEDDCC;
}
.TagClassName
{
border-color: #CEDDCC;
}
</style>