Shades of Pixie Green #C3DEAA
Tints of Pixie Green #C3DEAA
RGB
CMYK
RGB Variations
Color information
#C3DEAA (or 0xC3DEAA) is known color: Pixie Green. HEX triplet: C3, DE and AA. RGB value is (195,222,170). Sum of RGB (Red+Green+Blue) = 195+222+170=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #C3DEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DEAA is #3C2155. Grayscale: #D0D0D0. Windows color (decimal): -3940694 or 11198147. OLE color: 11198147.
HSL color Cylindrical-coordinate representation of color #C3DEAA: hue angle of 91.15º 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 #C3DEAA is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 222 | 170 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.13 |
| HSL | 91.15º | 0.44% | 0.77% | - |
| HSV(B) | 91.15º | 0.23% | 0.87% | - |
| XYZ | 55.88 | 66.75 | 47.97 | - |
| YUV | 208 | 106.55 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 222 | 170 | 0.12 | 0 | 0.23 | 0.13 | 91.15 | 0.44 | 0.77 |
| Hex | C3 | DE | AA | C | 0 | 17 | D | 5B | 2C | 4D |
| Octal | 303 | 336 | 252 | 14 | 0 | 27 | 15 | 133 | 54 | 115 |
| Binary | 11000011 | 11011110 | 10101010 | 1100 | 0 | 10111 | 1101 | 1011011 | 101100 | 1001101 |
Color Harmonies of #C3DEAA
Complementary color
Monochromatic Colors of #C3DEAA
Black with #C3DEAA
Text Example
Text Example
White with #C3DEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DEAA; }
p { color: rgb(195,222,170); }
H1.HeaderClassName
{
color: #C3DEAA;
}
.AnyTagClassName
{
color: #C3DEAA;
}
</style>
background-color css
<style>
a { background-color: #C3DEAA; }
a { background-color: rgb(195,222,170); }
div.DivClassName
{
background-color: #C3DEAA;
}
.BgClassName
{
background-color: #C3DEAA;
}
</style>
border-color css
<style>
span { border-color: #C3DEAA; }
span { border-color: rgb(195,222,170); }
td.TdClassName
{
border-color: #C3DEAA;
}
.TagClassName
{
border-color: #C3DEAA;
}
</style>