Shades of Pixie Green #C5DBA6
Tints of Pixie Green #C5DBA6
RGB
CMYK
RGB Variations
Color information
#C5DBA6 (or 0xC5DBA6) is known color: Pixie Green. HEX triplet: C5, DB and A6. RGB value is (197,219,166). Sum of RGB (Red+Green+Blue) = 197+219+166=582 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.85% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 166 (65.23% from 255 or 28.52% from 582); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DBA6 is #3A2459. Grayscale: #CECECE. Windows color (decimal): -3810394 or 10935237. OLE color: 10935237.
HSL color Cylindrical-coordinate representation of color #C5DBA6: hue angle of 84.91º 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 #C5DBA6 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
RGB | 197 | 219 | 166 | - |
CMYK | 0.10 | 0 | 0.24 | 0.14 |
HSL | 84.91º | 0.42% | 0.75% | - |
HSV(B) | 84.91º | 0.24% | 0.86% | - |
XYZ | 55.24 | 65.29 | 45.77 | - |
YUV | 206.38 | 105.21 | 121.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 219 | 166 | 0.10 | 0 | 0.24 | 0.14 | 84.91 | 0.42 | 0.75 |
Hex | C5 | DB | A6 | A | 0 | 18 | E | 55 | 2A | 4B |
Octal | 305 | 333 | 246 | 12 | 0 | 30 | 16 | 125 | 52 | 113 |
Binary | 11000101 | 11011011 | 10100110 | 1010 | 0 | 11000 | 1110 | 1010101 | 101010 | 1001011 |
Color Harmonies of #C5DBA6
Complementary color
Monochromatic Colors of #C5DBA6
Black with #C5DBA6
Text Example
Text Example
White with #C5DBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DBA6; }
p { color: rgb(197,219,166); }
H1.HeaderClassName
{
color: #C5DBA6;
}
.AnyTagClassName
{
color: #C5DBA6;
}
</style>
background-color css
<style>
a { background-color: #C5DBA6; }
a { background-color: rgb(197,219,166); }
div.DivClassName
{
background-color: #C5DBA6;
}
.BgClassName
{
background-color: #C5DBA6;
}
</style>
border-color css
<style>
span { border-color: #C5DBA6; }
span { border-color: rgb(197,219,166); }
td.TdClassName
{
border-color: #C5DBA6;
}
.TagClassName
{
border-color: #C5DBA6;
}
</style>