Shades of Pixie Green #C2DAA3
Tints of Pixie Green #C2DAA3
RGB
CMYK
RGB Variations
Color information
#C2DAA3 (or 0xC2DAA3) is known color: Pixie Green. HEX triplet: C2, DA and A3. RGB value is (194,218,163). Sum of RGB (Red+Green+Blue) = 194+218+163=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 163 (64.06% from 255 or 28.35% from 575); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DAA3 is #3D255C. Grayscale: #CCCCCC. Windows color (decimal): -4007261 or 10738370. OLE color: 10738370.
HSL color Cylindrical-coordinate representation of color #C2DAA3: hue angle of 86.18º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2DAA3 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 218 | 163 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.15 |
| HSL | 86.18º | 0.43% | 0.75% | - |
| HSV(B) | 86.18º | 0.25% | 0.85% | - |
| XYZ | 53.93 | 64.26 | 44.21 | - |
| YUV | 204.55 | 104.55 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 218 | 163 | 0.11 | 0 | 0.25 | 0.15 | 86.18 | 0.43 | 0.75 |
| Hex | C2 | DA | A3 | B | 0 | 19 | F | 56 | 2B | 4B |
| Octal | 302 | 332 | 243 | 13 | 0 | 31 | 17 | 126 | 53 | 113 |
| Binary | 11000010 | 11011010 | 10100011 | 1011 | 0 | 11001 | 1111 | 1010110 | 101011 | 1001011 |
Color Harmonies of #C2DAA3
Complementary color
Monochromatic Colors of #C2DAA3
Black with #C2DAA3
Text Example
Text Example
White with #C2DAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DAA3; }
p { color: rgb(194,218,163); }
H1.HeaderClassName
{
color: #C2DAA3;
}
.AnyTagClassName
{
color: #C2DAA3;
}
</style>
background-color css
<style>
a { background-color: #C2DAA3; }
a { background-color: rgb(194,218,163); }
div.DivClassName
{
background-color: #C2DAA3;
}
.BgClassName
{
background-color: #C2DAA3;
}
</style>
border-color css
<style>
span { border-color: #C2DAA3; }
span { border-color: rgb(194,218,163); }
td.TdClassName
{
border-color: #C2DAA3;
}
.TagClassName
{
border-color: #C2DAA3;
}
</style>