Shades of Peppermint #CEDAC9
Tints of Peppermint #CEDAC9
RGB
CMYK
RGB Variations
Color information
#CEDAC9 (or 0xCEDAC9) is known color: Peppermint. HEX triplet: CE, DA and C9. RGB value is (206,218,201). Sum of RGB (Red+Green+Blue) = 206+218+201=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 201 (78.91% from 255 or 32.16% from 625); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDAC9 is #312536. Grayscale: #D4D4D4. Windows color (decimal): -3220791 or 13228750. OLE color: 13228750.
HSL color Cylindrical-coordinate representation of color #CEDAC9: hue angle of 102.35º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEDAC9 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 218 | 201 | - |
CMYK | 0.06 | 0 | 0.08 | 0.15 |
HSL | 102.35º | 0.19% | 0.82% | - |
HSV(B) | 102.35º | 0.08% | 0.85% | - |
XYZ | 61.07 | 67.48 | 65.06 | - |
YUV | 212.47 | 121.52 | 123.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 218 | 201 | 0.06 | 0 | 0.08 | 0.15 | 102.35 | 0.19 | 0.82 |
Hex | CE | DA | C9 | 6 | 0 | 8 | F | 66 | 13 | 52 |
Octal | 316 | 332 | 311 | 6 | 0 | 10 | 17 | 146 | 23 | 122 |
Binary | 11001110 | 11011010 | 11001001 | 110 | 0 | 1000 | 1111 | 1100110 | 10011 | 1010010 |
Color Harmonies of #CEDAC9
Complementary color
Monochromatic Colors of #CEDAC9
Black with #CEDAC9
Text Example
Text Example
White with #CEDAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAC9; }
p { color: rgb(206,218,201); }
H1.HeaderClassName
{
color: #CEDAC9;
}
.AnyTagClassName
{
color: #CEDAC9;
}
</style>
background-color css
<style>
a { background-color: #CEDAC9; }
a { background-color: rgb(206,218,201); }
div.DivClassName
{
background-color: #CEDAC9;
}
.BgClassName
{
background-color: #CEDAC9;
}
</style>
border-color css
<style>
span { border-color: #CEDAC9; }
span { border-color: rgb(206,218,201); }
td.TdClassName
{
border-color: #CEDAC9;
}
.TagClassName
{
border-color: #CEDAC9;
}
</style>