Shades of Peppermint #D6E6CC
Tints of Peppermint #D6E6CC
RGB
CMYK
RGB Variations
Color information
#D6E6CC (or 0xD6E6CC) is known color: Peppermint. HEX triplet: D6, E6 and CC. RGB value is (214,230,204). Sum of RGB (Red+Green+Blue) = 214+230+204=648 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.02% from 648); Green value is 230 (90.23% from 255 or 35.49% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 230 - color contains mainly: green. Hex color #D6E6CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E6CC is #291933. Grayscale: #DEDEDE. Windows color (decimal): -2693428 or 13428438. OLE color: 13428438.
HSL color Cylindrical-coordinate representation of color #D6E6CC: hue angle of 96.92º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6E6CC is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 230 | 204 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.10 |
| HSL | 96.92º | 0.34% | 0.85% | - |
| HSV(B) | 96.92º | 0.11% | 0.9% | - |
| XYZ | 66.93 | 75.25 | 68.12 | - |
| YUV | 222.25 | 117.7 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 230 | 204 | 0.07 | 0 | 0.11 | 0.10 | 96.92 | 0.34 | 0.85 |
| Hex | D6 | E6 | CC | 7 | 0 | B | A | 61 | 22 | 55 |
| Octal | 326 | 346 | 314 | 7 | 0 | 13 | 12 | 141 | 42 | 125 |
| Binary | 11010110 | 11100110 | 11001100 | 111 | 0 | 1011 | 1010 | 1100001 | 100010 | 1010101 |
Color Harmonies of #D6E6CC
Complementary color
Monochromatic Colors of #D6E6CC
Black with #D6E6CC
Text Example
Text Example
White with #D6E6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E6CC; }
p { color: rgb(214,230,204); }
H1.HeaderClassName
{
color: #D6E6CC;
}
.AnyTagClassName
{
color: #D6E6CC;
}
</style>
background-color css
<style>
a { background-color: #D6E6CC; }
a { background-color: rgb(214,230,204); }
div.DivClassName
{
background-color: #D6E6CC;
}
.BgClassName
{
background-color: #D6E6CC;
}
</style>
border-color css
<style>
span { border-color: #D6E6CC; }
span { border-color: rgb(214,230,204); }
td.TdClassName
{
border-color: #D6E6CC;
}
.TagClassName
{
border-color: #D6E6CC;
}
</style>