Shades of Pixie Green #C1D2AF
Tints of Pixie Green #C1D2AF
RGB
CMYK
RGB Variations
Color information
#C1D2AF (or 0xC1D2AF) is known color: Pixie Green. HEX triplet: C1, D2 and AF. RGB value is (193,210,175). Sum of RGB (Red+Green+Blue) = 193+210+175=578 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.39% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 210 - color contains mainly: green. Hex color #C1D2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D2AF is #3E2D50. Grayscale: #C9C9C9. Windows color (decimal): -4074833 or 11522753. OLE color: 11522753.
HSL color Cylindrical-coordinate representation of color #C1D2AF: hue angle of 89.14º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1D2AF is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 210 | 175 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.18 |
| HSL | 89.14º | 0.28% | 0.75% | - |
| HSV(B) | 89.14º | 0.17% | 0.82% | - |
| XYZ | 52.78 | 60.53 | 49.46 | - |
| YUV | 200.93 | 113.37 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 210 | 175 | 0.08 | 0 | 0.17 | 0.18 | 89.14 | 0.28 | 0.75 |
| Hex | C1 | D2 | AF | 8 | 0 | 11 | 12 | 59 | 1C | 4B |
| Octal | 301 | 322 | 257 | 10 | 0 | 21 | 22 | 131 | 34 | 113 |
| Binary | 11000001 | 11010010 | 10101111 | 1000 | 0 | 10001 | 10010 | 1011001 | 11100 | 1001011 |
Color Harmonies of #C1D2AF
Complementary color
Monochromatic Colors of #C1D2AF
Black with #C1D2AF
Text Example
Text Example
White with #C1D2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D2AF; }
p { color: rgb(193,210,175); }
H1.HeaderClassName
{
color: #C1D2AF;
}
.AnyTagClassName
{
color: #C1D2AF;
}
</style>
background-color css
<style>
a { background-color: #C1D2AF; }
a { background-color: rgb(193,210,175); }
div.DivClassName
{
background-color: #C1D2AF;
}
.BgClassName
{
background-color: #C1D2AF;
}
</style>
border-color css
<style>
span { border-color: #C1D2AF; }
span { border-color: rgb(193,210,175); }
td.TdClassName
{
border-color: #C1D2AF;
}
.TagClassName
{
border-color: #C1D2AF;
}
</style>