Shades of Pixie Green #C3DCA6
Tints of Pixie Green #C3DCA6
RGB
CMYK
RGB Variations
Color information
#C3DCA6 (or 0xC3DCA6) is known color: Pixie Green. HEX triplet: C3, DC and A6. RGB value is (195,220,166). Sum of RGB (Red+Green+Blue) = 195+220+166=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 166 (65.23% from 255 or 28.57% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DCA6 is #3C2359. Grayscale: #CECECE. Windows color (decimal): -3941210 or 10935491. OLE color: 10935491.
HSL color Cylindrical-coordinate representation of color #C3DCA6: hue angle of 87.78º 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 #C3DCA6 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 220 | 166 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.14 |
| HSL | 87.78º | 0.44% | 0.76% | - |
| HSV(B) | 87.78º | 0.25% | 0.86% | - |
| XYZ | 54.98 | 65.54 | 45.83 | - |
| YUV | 206.37 | 105.22 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 220 | 166 | 0.11 | 0 | 0.25 | 0.14 | 87.78 | 0.44 | 0.76 |
| Hex | C3 | DC | A6 | B | 0 | 19 | E | 58 | 2C | 4C |
| Octal | 303 | 334 | 246 | 13 | 0 | 31 | 16 | 130 | 54 | 114 |
| Binary | 11000011 | 11011100 | 10100110 | 1011 | 0 | 11001 | 1110 | 1011000 | 101100 | 1001100 |
Color Harmonies of #C3DCA6
Complementary color
Monochromatic Colors of #C3DCA6
Black with #C3DCA6
Text Example
Text Example
White with #C3DCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DCA6; }
p { color: rgb(195,220,166); }
H1.HeaderClassName
{
color: #C3DCA6;
}
.AnyTagClassName
{
color: #C3DCA6;
}
</style>
background-color css
<style>
a { background-color: #C3DCA6; }
a { background-color: rgb(195,220,166); }
div.DivClassName
{
background-color: #C3DCA6;
}
.BgClassName
{
background-color: #C3DCA6;
}
</style>
border-color css
<style>
span { border-color: #C3DCA6; }
span { border-color: rgb(195,220,166); }
td.TdClassName
{
border-color: #C3DCA6;
}
.TagClassName
{
border-color: #C3DCA6;
}
</style>