Shades of Pixie Green #C8DDAA
Tints of Pixie Green #C8DDAA
RGB
CMYK
RGB Variations
Color information
#C8DDAA (or 0xC8DDAA) is known color: Pixie Green. HEX triplet: C8, DD and AA. RGB value is (200,221,170). Sum of RGB (Red+Green+Blue) = 200+221+170=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 170 (66.80% from 255 or 28.76% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DDAA is #372255. Grayscale: #D1D1D1. Windows color (decimal): -3613270 or 11197896. OLE color: 11197896.
HSL color Cylindrical-coordinate representation of color #C8DDAA: hue angle of 84.71º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8DDAA is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 170 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.13 |
| HSL | 84.71º | 0.43% | 0.77% | - |
| HSV(B) | 84.71º | 0.23% | 0.87% | - |
| XYZ | 56.93 | 66.89 | 47.94 | - |
| YUV | 208.91 | 106.04 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 170 | 0.10 | 0 | 0.23 | 0.13 | 84.71 | 0.43 | 0.77 |
| Hex | C8 | DD | AA | A | 0 | 17 | D | 55 | 2B | 4D |
| Octal | 310 | 335 | 252 | 12 | 0 | 27 | 15 | 125 | 53 | 115 |
| Binary | 11001000 | 11011101 | 10101010 | 1010 | 0 | 10111 | 1101 | 1010101 | 101011 | 1001101 |
Color Harmonies of #C8DDAA
Complementary color
Monochromatic Colors of #C8DDAA
Black with #C8DDAA
Text Example
Text Example
White with #C8DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DDAA; }
p { color: rgb(200,221,170); }
H1.HeaderClassName
{
color: #C8DDAA;
}
.AnyTagClassName
{
color: #C8DDAA;
}
</style>
background-color css
<style>
a { background-color: #C8DDAA; }
a { background-color: rgb(200,221,170); }
div.DivClassName
{
background-color: #C8DDAA;
}
.BgClassName
{
background-color: #C8DDAA;
}
</style>
border-color css
<style>
span { border-color: #C8DDAA; }
span { border-color: rgb(200,221,170); }
td.TdClassName
{
border-color: #C8DDAA;
}
.TagClassName
{
border-color: #C8DDAA;
}
</style>