Shades of Pixie Green #C3D6AF
Tints of Pixie Green #C3D6AF
RGB
CMYK
RGB Variations
Color information
#C3D6AF (or 0xC3D6AF) is known color: Pixie Green. HEX triplet: C3, D6 and AF. RGB value is (195,214,175). Sum of RGB (Red+Green+Blue) = 195+214+175=584 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.39% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 214 - color contains mainly: green. Hex color #C3D6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D6AF is #3C2950. Grayscale: #CCCCCC. Windows color (decimal): -3942737 or 11523779. OLE color: 11523779.
HSL color Cylindrical-coordinate representation of color #C3D6AF: hue angle of 89.23º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3D6AF is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 214 | 175 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.16 |
| HSL | 89.23º | 0.32% | 0.76% | - |
| HSV(B) | 89.23º | 0.18% | 0.84% | - |
| XYZ | 54.29 | 62.79 | 49.82 | - |
| YUV | 203.87 | 111.71 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 214 | 175 | 0.09 | 0 | 0.18 | 0.16 | 89.23 | 0.32 | 0.76 |
| Hex | C3 | D6 | AF | 9 | 0 | 12 | 10 | 59 | 20 | 4C |
| Octal | 303 | 326 | 257 | 11 | 0 | 22 | 20 | 131 | 40 | 114 |
| Binary | 11000011 | 11010110 | 10101111 | 1001 | 0 | 10010 | 10000 | 1011001 | 100000 | 1001100 |
Color Harmonies of #C3D6AF
Complementary color
Monochromatic Colors of #C3D6AF
Black with #C3D6AF
Text Example
Text Example
White with #C3D6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D6AF; }
p { color: rgb(195,214,175); }
H1.HeaderClassName
{
color: #C3D6AF;
}
.AnyTagClassName
{
color: #C3D6AF;
}
</style>
background-color css
<style>
a { background-color: #C3D6AF; }
a { background-color: rgb(195,214,175); }
div.DivClassName
{
background-color: #C3D6AF;
}
.BgClassName
{
background-color: #C3D6AF;
}
</style>
border-color css
<style>
span { border-color: #C3D6AF; }
span { border-color: rgb(195,214,175); }
td.TdClassName
{
border-color: #C3D6AF;
}
.TagClassName
{
border-color: #C3D6AF;
}
</style>