Shades of Peppermint #CEDBC9
Tints of Peppermint #CEDBC9
RGB
CMYK
RGB Variations
Color information
#CEDBC9 (or 0xCEDBC9) is known color: Peppermint. HEX triplet: CE, DB and C9. RGB value is (206,219,201). Sum of RGB (Red+Green+Blue) = 206+219+201=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 201 (78.91% from 255 or 32.11% from 626); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBC9 is #312436. Grayscale: #D5D5D5. Windows color (decimal): -3220535 or 13229006. OLE color: 13229006.
HSL color Cylindrical-coordinate representation of color #CEDBC9: hue angle of 103.33º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEDBC9 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 201 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.14 |
| HSL | 103.33º | 0.2% | 0.82% | - |
| HSV(B) | 103.33º | 0.08% | 0.86% | - |
| XYZ | 61.33 | 68 | 65.15 | - |
| YUV | 213.06 | 121.19 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 201 | 0.06 | 0 | 0.08 | 0.14 | 103.33 | 0.2 | 0.82 |
| Hex | CE | DB | C9 | 6 | 0 | 8 | E | 67 | 14 | 52 |
| Octal | 316 | 333 | 311 | 6 | 0 | 10 | 16 | 147 | 24 | 122 |
| Binary | 11001110 | 11011011 | 11001001 | 110 | 0 | 1000 | 1110 | 1100111 | 10100 | 1010010 |
Color Harmonies of #CEDBC9
Complementary color
Monochromatic Colors of #CEDBC9
Black with #CEDBC9
Text Example
Text Example
White with #CEDBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBC9; }
p { color: rgb(206,219,201); }
H1.HeaderClassName
{
color: #CEDBC9;
}
.AnyTagClassName
{
color: #CEDBC9;
}
</style>
background-color css
<style>
a { background-color: #CEDBC9; }
a { background-color: rgb(206,219,201); }
div.DivClassName
{
background-color: #CEDBC9;
}
.BgClassName
{
background-color: #CEDBC9;
}
</style>
border-color css
<style>
span { border-color: #CEDBC9; }
span { border-color: rgb(206,219,201); }
td.TdClassName
{
border-color: #CEDBC9;
}
.TagClassName
{
border-color: #CEDBC9;
}
</style>