Shades of Pixie Green #C7DCB1
Tints of Pixie Green #C7DCB1
RGB
CMYK
RGB Variations
Color information
#C7DCB1 (or 0xC7DCB1) is known color: Pixie Green. HEX triplet: C7, DC and B1. RGB value is (199,220,177). Sum of RGB (Red+Green+Blue) = 199+220+177=596 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.39% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 177 (69.53% from 255 or 29.70% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DCB1 is #38234E. Grayscale: #D0D0D0. Windows color (decimal): -3679055 or 11656391. OLE color: 11656391.
HSL color Cylindrical-coordinate representation of color #C7DCB1: hue angle of 89.3º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7DCB1 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 220 | 177 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.14 |
| HSL | 89.3º | 0.38% | 0.78% | - |
| HSV(B) | 89.3º | 0.2% | 0.86% | - |
| XYZ | 57.08 | 66.5 | 51.42 | - |
| YUV | 208.82 | 110.04 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 177 | 0.10 | 0 | 0.20 | 0.14 | 89.3 | 0.38 | 0.78 |
| Hex | C7 | DC | B1 | A | 0 | 14 | E | 59 | 26 | 4E |
| Octal | 307 | 334 | 261 | 12 | 0 | 24 | 16 | 131 | 46 | 116 |
| Binary | 11000111 | 11011100 | 10110001 | 1010 | 0 | 10100 | 1110 | 1011001 | 100110 | 1001110 |
Color Harmonies of #C7DCB1
Complementary color
Monochromatic Colors of #C7DCB1
Black with #C7DCB1
Text Example
Text Example
White with #C7DCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DCB1; }
p { color: rgb(199,220,177); }
H1.HeaderClassName
{
color: #C7DCB1;
}
.AnyTagClassName
{
color: #C7DCB1;
}
</style>
background-color css
<style>
a { background-color: #C7DCB1; }
a { background-color: rgb(199,220,177); }
div.DivClassName
{
background-color: #C7DCB1;
}
.BgClassName
{
background-color: #C7DCB1;
}
</style>
border-color css
<style>
span { border-color: #C7DCB1; }
span { border-color: rgb(199,220,177); }
td.TdClassName
{
border-color: #C7DCB1;
}
.TagClassName
{
border-color: #C7DCB1;
}
</style>