Shades of Pixie Green #C7DBA6
Tints of Pixie Green #C7DBA6
RGB
CMYK
RGB Variations
Color information
#C7DBA6 (or 0xC7DBA6) is known color: Pixie Green. HEX triplet: C7, DB and A6. RGB value is (199,219,166). Sum of RGB (Red+Green+Blue) = 199+219+166=584 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.08% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 166 (65.23% from 255 or 28.42% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DBA6 is #382459. Grayscale: #CFCFCF. Windows color (decimal): -3679322 or 10935239. OLE color: 10935239.
HSL color Cylindrical-coordinate representation of color #C7DBA6: hue angle of 82.64º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7DBA6 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 219 | 166 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.14 |
| HSL | 82.64º | 0.42% | 0.75% | - |
| HSV(B) | 82.64º | 0.24% | 0.86% | - |
| XYZ | 55.77 | 65.56 | 45.79 | - |
| YUV | 206.98 | 104.87 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 166 | 0.09 | 0 | 0.24 | 0.14 | 82.64 | 0.42 | 0.75 |
| Hex | C7 | DB | A6 | 9 | 0 | 18 | E | 53 | 2A | 4B |
| Octal | 307 | 333 | 246 | 11 | 0 | 30 | 16 | 123 | 52 | 113 |
| Binary | 11000111 | 11011011 | 10100110 | 1001 | 0 | 11000 | 1110 | 1010011 | 101010 | 1001011 |
Color Harmonies of #C7DBA6
Complementary color
Monochromatic Colors of #C7DBA6
Black with #C7DBA6
Text Example
Text Example
White with #C7DBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DBA6; }
p { color: rgb(199,219,166); }
H1.HeaderClassName
{
color: #C7DBA6;
}
.AnyTagClassName
{
color: #C7DBA6;
}
</style>
background-color css
<style>
a { background-color: #C7DBA6; }
a { background-color: rgb(199,219,166); }
div.DivClassName
{
background-color: #C7DBA6;
}
.BgClassName
{
background-color: #C7DBA6;
}
</style>
border-color css
<style>
span { border-color: #C7DBA6; }
span { border-color: rgb(199,219,166); }
td.TdClassName
{
border-color: #C7DBA6;
}
.TagClassName
{
border-color: #C7DBA6;
}
</style>