Shades of Peppermint #CDDFC9
Tints of Peppermint #CDDFC9
RGB
CMYK
RGB Variations
Color information
#CDDFC9 (or 0xCDDFC9) is known color: Peppermint. HEX triplet: CD, DF and C9. RGB value is (205,223,201). Sum of RGB (Red+Green+Blue) = 205+223+201=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 201 (78.91% from 255 or 31.96% from 629); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDFC9 is #322036. Grayscale: #D7D7D7. Windows color (decimal): -3285047 or 13230029. OLE color: 13230029.
HSL color Cylindrical-coordinate representation of color #CDDFC9: hue angle of 109.09º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDDFC9 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 201 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.13 |
| HSL | 109.09º | 0.26% | 0.83% | - |
| HSV(B) | 109.09º | 0.1% | 0.87% | - |
| XYZ | 62.11 | 69.97 | 65.49 | - |
| YUV | 215.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 201 | 0.08 | 0 | 0.10 | 0.13 | 109.09 | 0.26 | 0.83 |
| Hex | CD | DF | C9 | 8 | 0 | A | D | 6D | 1A | 53 |
| Octal | 315 | 337 | 311 | 10 | 0 | 12 | 15 | 155 | 32 | 123 |
| Binary | 11001101 | 11011111 | 11001001 | 1000 | 0 | 1010 | 1101 | 1101101 | 11010 | 1010011 |
Color Harmonies of #CDDFC9
Complementary color
Monochromatic Colors of #CDDFC9
Black with #CDDFC9
Text Example
Text Example
White with #CDDFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDFC9; }
p { color: rgb(205,223,201); }
H1.HeaderClassName
{
color: #CDDFC9;
}
.AnyTagClassName
{
color: #CDDFC9;
}
</style>
background-color css
<style>
a { background-color: #CDDFC9; }
a { background-color: rgb(205,223,201); }
div.DivClassName
{
background-color: #CDDFC9;
}
.BgClassName
{
background-color: #CDDFC9;
}
</style>
border-color css
<style>
span { border-color: #CDDFC9; }
span { border-color: rgb(205,223,201); }
td.TdClassName
{
border-color: #CDDFC9;
}
.TagClassName
{
border-color: #CDDFC9;
}
</style>