Shades of Pixie Green #C3DFAA
Tints of Pixie Green #C3DFAA
RGB
CMYK
RGB Variations
Color information
#C3DFAA (or 0xC3DFAA) is known color: Pixie Green. HEX triplet: C3, DF and AA. RGB value is (195,223,170). Sum of RGB (Red+Green+Blue) = 195+223+170=588 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.16% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 223 - color contains mainly: green. Hex color #C3DFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DFAA is #3C2055. Grayscale: #D0D0D0. Windows color (decimal): -3940438 or 11198403. OLE color: 11198403.
HSL color Cylindrical-coordinate representation of color #C3DFAA: hue angle of 91.7º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3DFAA is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 223 | 170 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.13 |
| HSL | 91.7º | 0.45% | 0.77% | - |
| HSV(B) | 91.7º | 0.24% | 0.87% | - |
| XYZ | 56.15 | 67.28 | 48.06 | - |
| YUV | 208.59 | 106.22 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 223 | 170 | 0.13 | 0 | 0.24 | 0.13 | 91.7 | 0.45 | 0.77 |
| Hex | C3 | DF | AA | D | 0 | 18 | D | 5C | 2D | 4D |
| Octal | 303 | 337 | 252 | 15 | 0 | 30 | 15 | 134 | 55 | 115 |
| Binary | 11000011 | 11011111 | 10101010 | 1101 | 0 | 11000 | 1101 | 1011100 | 101101 | 1001101 |
Color Harmonies of #C3DFAA
Complementary color
Monochromatic Colors of #C3DFAA
Black with #C3DFAA
Text Example
Text Example
White with #C3DFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DFAA; }
p { color: rgb(195,223,170); }
H1.HeaderClassName
{
color: #C3DFAA;
}
.AnyTagClassName
{
color: #C3DFAA;
}
</style>
background-color css
<style>
a { background-color: #C3DFAA; }
a { background-color: rgb(195,223,170); }
div.DivClassName
{
background-color: #C3DFAA;
}
.BgClassName
{
background-color: #C3DFAA;
}
</style>
border-color css
<style>
span { border-color: #C3DFAA; }
span { border-color: rgb(195,223,170); }
td.TdClassName
{
border-color: #C3DFAA;
}
.TagClassName
{
border-color: #C3DFAA;
}
</style>