Shades of Pixie Green #C6DBAF
Tints of Pixie Green #C6DBAF
RGB
CMYK
RGB Variations
Color information
#C6DBAF (or 0xC6DBAF) is known color: Pixie Green. HEX triplet: C6, DB and AF. RGB value is (198,219,175). Sum of RGB (Red+Green+Blue) = 198+219+175=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DBAF is #392450. Grayscale: #CFCFCF. Windows color (decimal): -3744849 or 11525062. OLE color: 11525062.
HSL color Cylindrical-coordinate representation of color #C6DBAF: hue angle of 88.64º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6DBAF is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 219 | 175 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.14 |
| HSL | 88.64º | 0.38% | 0.77% | - |
| HSV(B) | 88.64º | 0.2% | 0.86% | - |
| XYZ | 56.36 | 65.76 | 50.28 | - |
| YUV | 207.71 | 109.54 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 219 | 175 | 0.10 | 0 | 0.20 | 0.14 | 88.64 | 0.38 | 0.77 |
| Hex | C6 | DB | AF | A | 0 | 14 | E | 59 | 26 | 4D |
| Octal | 306 | 333 | 257 | 12 | 0 | 24 | 16 | 131 | 46 | 115 |
| Binary | 11000110 | 11011011 | 10101111 | 1010 | 0 | 10100 | 1110 | 1011001 | 100110 | 1001101 |
Color Harmonies of #C6DBAF
Complementary color
Monochromatic Colors of #C6DBAF
Black with #C6DBAF
Text Example
Text Example
White with #C6DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DBAF; }
p { color: rgb(198,219,175); }
H1.HeaderClassName
{
color: #C6DBAF;
}
.AnyTagClassName
{
color: #C6DBAF;
}
</style>
background-color css
<style>
a { background-color: #C6DBAF; }
a { background-color: rgb(198,219,175); }
div.DivClassName
{
background-color: #C6DBAF;
}
.BgClassName
{
background-color: #C6DBAF;
}
</style>
border-color css
<style>
span { border-color: #C6DBAF; }
span { border-color: rgb(198,219,175); }
td.TdClassName
{
border-color: #C6DBAF;
}
.TagClassName
{
border-color: #C6DBAF;
}
</style>