Shades of Pixie Green #C7DCB2
Tints of Pixie Green #C7DCB2
RGB
CMYK
RGB Variations
Color information
#C7DCB2 (or 0xC7DCB2) is known color: Pixie Green. HEX triplet: C7, DC and B2. RGB value is (199,220,178). Sum of RGB (Red+Green+Blue) = 199+220+178=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 178 (69.92% from 255 or 29.82% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DCB2 is #38234D. Grayscale: #D1D1D1. Windows color (decimal): -3679054 or 11721927. OLE color: 11721927.
HSL color Cylindrical-coordinate representation of color #C7DCB2: hue angle of 90º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7DCB2 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
RGB | 199 | 220 | 178 | - |
CMYK | 0.10 | 0 | 0.19 | 0.14 |
HSL | 90º | 0.38% | 0.78% | - |
HSV(B) | 90º | 0.19% | 0.86% | - |
XYZ | 57.18 | 66.54 | 51.95 | - |
YUV | 208.93 | 110.54 | 120.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 220 | 178 | 0.10 | 0 | 0.19 | 0.14 | 90 | 0.38 | 0.78 |
Hex | C7 | DC | B2 | A | 0 | 13 | E | 5A | 26 | 4E |
Octal | 307 | 334 | 262 | 12 | 0 | 23 | 16 | 132 | 46 | 116 |
Binary | 11000111 | 11011100 | 10110010 | 1010 | 0 | 10011 | 1110 | 1011010 | 100110 | 1001110 |
Color Harmonies of #C7DCB2
Complementary color
Monochromatic Colors of #C7DCB2
Black with #C7DCB2
Text Example
Text Example
White with #C7DCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DCB2; }
p { color: rgb(199,220,178); }
H1.HeaderClassName
{
color: #C7DCB2;
}
.AnyTagClassName
{
color: #C7DCB2;
}
</style>
background-color css
<style>
a { background-color: #C7DCB2; }
a { background-color: rgb(199,220,178); }
div.DivClassName
{
background-color: #C7DCB2;
}
.BgClassName
{
background-color: #C7DCB2;
}
</style>
border-color css
<style>
span { border-color: #C7DCB2; }
span { border-color: rgb(199,220,178); }
td.TdClassName
{
border-color: #C7DCB2;
}
.TagClassName
{
border-color: #C7DCB2;
}
</style>