Shades of Peppermint #CEDDC9
Tints of Peppermint #CEDDC9
RGB
CMYK
RGB Variations
Color information
#CEDDC9 (or 0xCEDDC9) is known color: Peppermint. HEX triplet: CE, DD and C9. RGB value is (206,221,201). Sum of RGB (Red+Green+Blue) = 206+221+201=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDC9 is #312236. Grayscale: #D6D6D6. Windows color (decimal): -3220023 or 13229518. OLE color: 13229518.
HSL color Cylindrical-coordinate representation of color #CEDDC9: hue angle of 105º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEDDC9 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 221 | 201 | - |
CMYK | 0.07 | 0 | 0.09 | 0.13 |
HSL | 105º | 0.23% | 0.83% | - |
HSV(B) | 105º | 0.09% | 0.87% | - |
XYZ | 61.85 | 69.05 | 65.33 | - |
YUV | 214.24 | 120.53 | 122.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 221 | 201 | 0.07 | 0 | 0.09 | 0.13 | 105 | 0.23 | 0.83 |
Hex | CE | DD | C9 | 7 | 0 | 9 | D | 69 | 17 | 53 |
Octal | 316 | 335 | 311 | 7 | 0 | 11 | 15 | 151 | 27 | 123 |
Binary | 11001110 | 11011101 | 11001001 | 111 | 0 | 1001 | 1101 | 1101001 | 10111 | 1010011 |
Color Harmonies of #CEDDC9
Complementary color
Monochromatic Colors of #CEDDC9
Black with #CEDDC9
Text Example
Text Example
White with #CEDDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDC9; }
p { color: rgb(206,221,201); }
H1.HeaderClassName
{
color: #CEDDC9;
}
.AnyTagClassName
{
color: #CEDDC9;
}
</style>
background-color css
<style>
a { background-color: #CEDDC9; }
a { background-color: rgb(206,221,201); }
div.DivClassName
{
background-color: #CEDDC9;
}
.BgClassName
{
background-color: #CEDDC9;
}
</style>
border-color css
<style>
span { border-color: #CEDDC9; }
span { border-color: rgb(206,221,201); }
td.TdClassName
{
border-color: #CEDDC9;
}
.TagClassName
{
border-color: #CEDDC9;
}
</style>