Shades of Pixie Green #C1DBA7
Tints of Pixie Green #C1DBA7
RGB
CMYK
RGB Variations
Color information
#C1DBA7 (or 0xC1DBA7) is known color: Pixie Green. HEX triplet: C1, DB and A7. RGB value is (193,219,167). Sum of RGB (Red+Green+Blue) = 193+219+167=579 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.33% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 167 (65.62% from 255 or 28.84% from 579); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DBA7 is #3E2458. Grayscale: #CDCDCD. Windows color (decimal): -4072537 or 11000769. OLE color: 11000769.
HSL color Cylindrical-coordinate representation of color #C1DBA7: hue angle of 90º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1DBA7 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 219 | 167 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.14 |
| HSL | 90º | 0.42% | 0.76% | - |
| HSV(B) | 90º | 0.24% | 0.86% | - |
| XYZ | 54.3 | 64.79 | 46.2 | - |
| YUV | 205.3 | 106.39 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 167 | 0.12 | 0 | 0.24 | 0.14 | 90 | 0.42 | 0.76 |
| Hex | C1 | DB | A7 | C | 0 | 18 | E | 5A | 2A | 4C |
| Octal | 301 | 333 | 247 | 14 | 0 | 30 | 16 | 132 | 52 | 114 |
| Binary | 11000001 | 11011011 | 10100111 | 1100 | 0 | 11000 | 1110 | 1011010 | 101010 | 1001100 |
Color Harmonies of #C1DBA7
Complementary color
Monochromatic Colors of #C1DBA7
Black with #C1DBA7
Text Example
Text Example
White with #C1DBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DBA7; }
p { color: rgb(193,219,167); }
H1.HeaderClassName
{
color: #C1DBA7;
}
.AnyTagClassName
{
color: #C1DBA7;
}
</style>
background-color css
<style>
a { background-color: #C1DBA7; }
a { background-color: rgb(193,219,167); }
div.DivClassName
{
background-color: #C1DBA7;
}
.BgClassName
{
background-color: #C1DBA7;
}
</style>
border-color css
<style>
span { border-color: #C1DBA7; }
span { border-color: rgb(193,219,167); }
td.TdClassName
{
border-color: #C1DBA7;
}
.TagClassName
{
border-color: #C1DBA7;
}
</style>