Shades of Pixie Green #C8DCA6
Tints of Pixie Green #C8DCA6
RGB
CMYK
RGB Variations
Color information
#C8DCA6 (or 0xC8DCA6) is known color: Pixie Green. HEX triplet: C8, DC and A6. RGB value is (200,220,166). Sum of RGB (Red+Green+Blue) = 200+220+166=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 166 (65.23% from 255 or 28.33% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DCA6 is #372359. Grayscale: #D0D0D0. Windows color (decimal): -3613530 or 10935496. OLE color: 10935496.
HSL color Cylindrical-coordinate representation of color #C8DCA6: hue angle of 82.22º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8DCA6 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 220 | 166 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.14 |
| HSL | 82.22º | 0.44% | 0.76% | - |
| HSV(B) | 82.22º | 0.25% | 0.86% | - |
| XYZ | 56.3 | 66.22 | 45.89 | - |
| YUV | 207.86 | 104.37 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 166 | 0.09 | 0 | 0.25 | 0.14 | 82.22 | 0.44 | 0.76 |
| Hex | C8 | DC | A6 | 9 | 0 | 19 | E | 52 | 2C | 4C |
| Octal | 310 | 334 | 246 | 11 | 0 | 31 | 16 | 122 | 54 | 114 |
| Binary | 11001000 | 11011100 | 10100110 | 1001 | 0 | 11001 | 1110 | 1010010 | 101100 | 1001100 |
Color Harmonies of #C8DCA6
Complementary color
Monochromatic Colors of #C8DCA6
Black with #C8DCA6
Text Example
Text Example
White with #C8DCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DCA6; }
p { color: rgb(200,220,166); }
H1.HeaderClassName
{
color: #C8DCA6;
}
.AnyTagClassName
{
color: #C8DCA6;
}
</style>
background-color css
<style>
a { background-color: #C8DCA6; }
a { background-color: rgb(200,220,166); }
div.DivClassName
{
background-color: #C8DCA6;
}
.BgClassName
{
background-color: #C8DCA6;
}
</style>
border-color css
<style>
span { border-color: #C8DCA6; }
span { border-color: rgb(200,220,166); }
td.TdClassName
{
border-color: #C8DCA6;
}
.TagClassName
{
border-color: #C8DCA6;
}
</style>