Shades of Pixie Green #C7DBA5
Tints of Pixie Green #C7DBA5
RGB
CMYK
RGB Variations
Color information
#C7DBA5 (or 0xC7DBA5) is known color: Pixie Green. HEX triplet: C7, DB and A5. RGB value is (199,219,165). Sum of RGB (Red+Green+Blue) = 199+219+165=583 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.13% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 165 (64.84% from 255 or 28.30% from 583); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DBA5 is #38245A. Grayscale: #CFCFCF. Windows color (decimal): -3679323 or 10869703. OLE color: 10869703.
HSL color Cylindrical-coordinate representation of color #C7DBA5: hue angle of 82.22º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C7DBA5 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 219 | 165 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.14 |
| HSL | 82.22º | 0.43% | 0.75% | - |
| HSV(B) | 82.22º | 0.25% | 0.86% | - |
| XYZ | 55.68 | 65.52 | 45.31 | - |
| YUV | 206.86 | 104.37 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 165 | 0.09 | 0 | 0.25 | 0.14 | 82.22 | 0.43 | 0.75 |
| Hex | C7 | DB | A5 | 9 | 0 | 19 | E | 52 | 2B | 4B |
| Octal | 307 | 333 | 245 | 11 | 0 | 31 | 16 | 122 | 53 | 113 |
| Binary | 11000111 | 11011011 | 10100101 | 1001 | 0 | 11001 | 1110 | 1010010 | 101011 | 1001011 |
Color Harmonies of #C7DBA5
Complementary color
Monochromatic Colors of #C7DBA5
Black with #C7DBA5
Text Example
Text Example
White with #C7DBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DBA5; }
p { color: rgb(199,219,165); }
H1.HeaderClassName
{
color: #C7DBA5;
}
.AnyTagClassName
{
color: #C7DBA5;
}
</style>
background-color css
<style>
a { background-color: #C7DBA5; }
a { background-color: rgb(199,219,165); }
div.DivClassName
{
background-color: #C7DBA5;
}
.BgClassName
{
background-color: #C7DBA5;
}
</style>
border-color css
<style>
span { border-color: #C7DBA5; }
span { border-color: rgb(199,219,165); }
td.TdClassName
{
border-color: #C7DBA5;
}
.TagClassName
{
border-color: #C7DBA5;
}
</style>