Shades of Pixie Green #C1D6AB
Tints of Pixie Green #C1D6AB
RGB
CMYK
RGB Variations
Color information
#C1D6AB (or 0xC1D6AB) is known color: Pixie Green. HEX triplet: C1, D6 and AB. RGB value is (193,214,171). Sum of RGB (Red+Green+Blue) = 193+214+171=578 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.39% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 171 (67.19% from 255 or 29.58% from 578); Max value from RGB is 214 - color contains mainly: green. Hex color #C1D6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D6AB is #3E2954. Grayscale: #CACACA. Windows color (decimal): -4073813 or 11261633. OLE color: 11261633.
HSL color Cylindrical-coordinate representation of color #C1D6AB: hue angle of 89.3º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1D6AB is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 214 | 171 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.16 |
| HSL | 89.3º | 0.34% | 0.75% | - |
| HSV(B) | 89.3º | 0.2% | 0.84% | - |
| XYZ | 53.39 | 62.37 | 47.75 | - |
| YUV | 202.82 | 110.04 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 214 | 171 | 0.10 | 0 | 0.20 | 0.16 | 89.3 | 0.34 | 0.75 |
| Hex | C1 | D6 | AB | A | 0 | 14 | 10 | 59 | 22 | 4B |
| Octal | 301 | 326 | 253 | 12 | 0 | 24 | 20 | 131 | 42 | 113 |
| Binary | 11000001 | 11010110 | 10101011 | 1010 | 0 | 10100 | 10000 | 1011001 | 100010 | 1001011 |
Color Harmonies of #C1D6AB
Complementary color
Monochromatic Colors of #C1D6AB
Black with #C1D6AB
Text Example
Text Example
White with #C1D6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D6AB; }
p { color: rgb(193,214,171); }
H1.HeaderClassName
{
color: #C1D6AB;
}
.AnyTagClassName
{
color: #C1D6AB;
}
</style>
background-color css
<style>
a { background-color: #C1D6AB; }
a { background-color: rgb(193,214,171); }
div.DivClassName
{
background-color: #C1D6AB;
}
.BgClassName
{
background-color: #C1D6AB;
}
</style>
border-color css
<style>
span { border-color: #C1D6AB; }
span { border-color: rgb(193,214,171); }
td.TdClassName
{
border-color: #C1D6AB;
}
.TagClassName
{
border-color: #C1D6AB;
}
</style>