Shades of Pixie Green #C8DEAA
Tints of Pixie Green #C8DEAA
RGB
CMYK
RGB Variations
Color information
#C8DEAA (or 0xC8DEAA) is known color: Pixie Green. HEX triplet: C8, DE and AA. RGB value is (200,222,170). Sum of RGB (Red+Green+Blue) = 200+222+170=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 170 (66.80% from 255 or 28.72% from 592); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DEAA is #372155. Grayscale: #D1D1D1. Windows color (decimal): -3613014 or 11198152. OLE color: 11198152.
HSL color Cylindrical-coordinate representation of color #C8DEAA: hue angle of 85.38º degrees, saturation: 0.44, 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 #C8DEAA is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 222 | 170 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.13 |
| HSL | 85.38º | 0.44% | 0.77% | - |
| HSV(B) | 85.38º | 0.23% | 0.87% | - |
| XYZ | 57.2 | 67.42 | 48.03 | - |
| YUV | 209.49 | 105.71 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 222 | 170 | 0.10 | 0 | 0.23 | 0.13 | 85.38 | 0.44 | 0.77 |
| Hex | C8 | DE | AA | A | 0 | 17 | D | 55 | 2C | 4D |
| Octal | 310 | 336 | 252 | 12 | 0 | 27 | 15 | 125 | 54 | 115 |
| Binary | 11001000 | 11011110 | 10101010 | 1010 | 0 | 10111 | 1101 | 1010101 | 101100 | 1001101 |
Color Harmonies of #C8DEAA
Complementary color
Monochromatic Colors of #C8DEAA
Black with #C8DEAA
Text Example
Text Example
White with #C8DEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DEAA; }
p { color: rgb(200,222,170); }
H1.HeaderClassName
{
color: #C8DEAA;
}
.AnyTagClassName
{
color: #C8DEAA;
}
</style>
background-color css
<style>
a { background-color: #C8DEAA; }
a { background-color: rgb(200,222,170); }
div.DivClassName
{
background-color: #C8DEAA;
}
.BgClassName
{
background-color: #C8DEAA;
}
</style>
border-color css
<style>
span { border-color: #C8DEAA; }
span { border-color: rgb(200,222,170); }
td.TdClassName
{
border-color: #C8DEAA;
}
.TagClassName
{
border-color: #C8DEAA;
}
</style>