Shades of Pixie Green #C1D4AA
Tints of Pixie Green #C1D4AA
RGB
CMYK
RGB Variations
Color information
#C1D4AA (or 0xC1D4AA) is known color: Pixie Green. HEX triplet: C1, D4 and AA. RGB value is (193,212,170). Sum of RGB (Red+Green+Blue) = 193+212+170=575 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.57% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 212 - color contains mainly: green. Hex color #C1D4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D4AA is #3E2B55. Grayscale: #C9C9C9. Windows color (decimal): -4074326 or 11195585. OLE color: 11195585.
HSL color Cylindrical-coordinate representation of color #C1D4AA: hue angle of 87.14º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1D4AA is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 212 | 170 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.17 |
| HSL | 87.14º | 0.33% | 0.75% | - |
| HSV(B) | 87.14º | 0.2% | 0.83% | - |
| XYZ | 52.79 | 61.33 | 47.09 | - |
| YUV | 201.53 | 110.21 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 212 | 170 | 0.09 | 0 | 0.20 | 0.17 | 87.14 | 0.33 | 0.75 |
| Hex | C1 | D4 | AA | 9 | 0 | 14 | 11 | 57 | 21 | 4B |
| Octal | 301 | 324 | 252 | 11 | 0 | 24 | 21 | 127 | 41 | 113 |
| Binary | 11000001 | 11010100 | 10101010 | 1001 | 0 | 10100 | 10001 | 1010111 | 100001 | 1001011 |
Color Harmonies of #C1D4AA
Complementary color
Monochromatic Colors of #C1D4AA
Black with #C1D4AA
Text Example
Text Example
White with #C1D4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D4AA; }
p { color: rgb(193,212,170); }
H1.HeaderClassName
{
color: #C1D4AA;
}
.AnyTagClassName
{
color: #C1D4AA;
}
</style>
background-color css
<style>
a { background-color: #C1D4AA; }
a { background-color: rgb(193,212,170); }
div.DivClassName
{
background-color: #C1D4AA;
}
.BgClassName
{
background-color: #C1D4AA;
}
</style>
border-color css
<style>
span { border-color: #C1D4AA; }
span { border-color: rgb(193,212,170); }
td.TdClassName
{
border-color: #C1D4AA;
}
.TagClassName
{
border-color: #C1D4AA;
}
</style>