Shades of Pixie Green #C7DBAA
Tints of Pixie Green #C7DBAA
RGB
CMYK
RGB Variations
Color information
#C7DBAA (or 0xC7DBAA) is known color: Pixie Green. HEX triplet: C7, DB and AA. RGB value is (199,219,170). Sum of RGB (Red+Green+Blue) = 199+219+170=588 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.84% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DBAA is #382455. Grayscale: #CFCFCF. Windows color (decimal): -3679318 or 11197383. OLE color: 11197383.
HSL color Cylindrical-coordinate representation of color #C7DBAA: hue angle of 84.49º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7DBAA is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 219 | 170 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.14 |
| HSL | 84.49º | 0.4% | 0.76% | - |
| HSV(B) | 84.49º | 0.22% | 0.86% | - |
| XYZ | 56.14 | 65.71 | 47.75 | - |
| YUV | 207.43 | 106.87 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 170 | 0.09 | 0 | 0.22 | 0.14 | 84.49 | 0.4 | 0.76 |
| Hex | C7 | DB | AA | 9 | 0 | 16 | E | 54 | 28 | 4C |
| Octal | 307 | 333 | 252 | 11 | 0 | 26 | 16 | 124 | 50 | 114 |
| Binary | 11000111 | 11011011 | 10101010 | 1001 | 0 | 10110 | 1110 | 1010100 | 101000 | 1001100 |
Color Harmonies of #C7DBAA
Complementary color
Monochromatic Colors of #C7DBAA
Black with #C7DBAA
Text Example
Text Example
White with #C7DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DBAA; }
p { color: rgb(199,219,170); }
H1.HeaderClassName
{
color: #C7DBAA;
}
.AnyTagClassName
{
color: #C7DBAA;
}
</style>
background-color css
<style>
a { background-color: #C7DBAA; }
a { background-color: rgb(199,219,170); }
div.DivClassName
{
background-color: #C7DBAA;
}
.BgClassName
{
background-color: #C7DBAA;
}
</style>
border-color css
<style>
span { border-color: #C7DBAA; }
span { border-color: rgb(199,219,170); }
td.TdClassName
{
border-color: #C7DBAA;
}
.TagClassName
{
border-color: #C7DBAA;
}
</style>