Shades of Pixie Green #C4DBA6
Tints of Pixie Green #C4DBA6
RGB
CMYK
RGB Variations
Color information
#C4DBA6 (or 0xC4DBA6) is known color: Pixie Green. HEX triplet: C4, DB and A6. RGB value is (196,219,166). Sum of RGB (Red+Green+Blue) = 196+219+166=581 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.73% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 166 (65.23% from 255 or 28.57% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DBA6 is #3B2459. Grayscale: #CECECE. Windows color (decimal): -3875930 or 10935236. OLE color: 10935236.
HSL color Cylindrical-coordinate representation of color #C4DBA6: hue angle of 86.04º 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 #C4DBA6 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 219 | 166 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.14 |
| HSL | 86.04º | 0.42% | 0.75% | - |
| HSV(B) | 86.04º | 0.24% | 0.86% | - |
| XYZ | 54.98 | 65.15 | 45.75 | - |
| YUV | 206.08 | 105.38 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 219 | 166 | 0.11 | 0 | 0.24 | 0.14 | 86.04 | 0.42 | 0.75 |
| Hex | C4 | DB | A6 | B | 0 | 18 | E | 56 | 2A | 4B |
| Octal | 304 | 333 | 246 | 13 | 0 | 30 | 16 | 126 | 52 | 113 |
| Binary | 11000100 | 11011011 | 10100110 | 1011 | 0 | 11000 | 1110 | 1010110 | 101010 | 1001011 |
Color Harmonies of #C4DBA6
Complementary color
Monochromatic Colors of #C4DBA6
Black with #C4DBA6
Text Example
Text Example
White with #C4DBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DBA6; }
p { color: rgb(196,219,166); }
H1.HeaderClassName
{
color: #C4DBA6;
}
.AnyTagClassName
{
color: #C4DBA6;
}
</style>
background-color css
<style>
a { background-color: #C4DBA6; }
a { background-color: rgb(196,219,166); }
div.DivClassName
{
background-color: #C4DBA6;
}
.BgClassName
{
background-color: #C4DBA6;
}
</style>
border-color css
<style>
span { border-color: #C4DBA6; }
span { border-color: rgb(196,219,166); }
td.TdClassName
{
border-color: #C4DBA6;
}
.TagClassName
{
border-color: #C4DBA6;
}
</style>