Shades of Pixie Green #C6DBB2
Tints of Pixie Green #C6DBB2
RGB
CMYK
RGB Variations
Color information
#C6DBB2 (or 0xC6DBB2) is known color: Pixie Green. HEX triplet: C6, DB and B2. RGB value is (198,219,178). Sum of RGB (Red+Green+Blue) = 198+219+178=595 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.28% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 178 (69.92% from 255 or 29.92% from 595); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DBB2 is #39244D. Grayscale: #D0D0D0. Windows color (decimal): -3744846 or 11721670. OLE color: 11721670.
HSL color Cylindrical-coordinate representation of color #C6DBB2: hue angle of 90.73º degrees, saturation: 0.36, 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 #C6DBB2 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 219 | 178 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.14 |
| HSL | 90.73º | 0.36% | 0.78% | - |
| HSV(B) | 90.73º | 0.19% | 0.86% | - |
| XYZ | 56.66 | 65.88 | 51.85 | - |
| YUV | 208.05 | 111.04 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 219 | 178 | 0.10 | 0 | 0.19 | 0.14 | 90.73 | 0.36 | 0.78 |
| Hex | C6 | DB | B2 | A | 0 | 13 | E | 5B | 24 | 4E |
| Octal | 306 | 333 | 262 | 12 | 0 | 23 | 16 | 133 | 44 | 116 |
| Binary | 11000110 | 11011011 | 10110010 | 1010 | 0 | 10011 | 1110 | 1011011 | 100100 | 1001110 |
Color Harmonies of #C6DBB2
Complementary color
Monochromatic Colors of #C6DBB2
Black with #C6DBB2
Text Example
Text Example
White with #C6DBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DBB2; }
p { color: rgb(198,219,178); }
H1.HeaderClassName
{
color: #C6DBB2;
}
.AnyTagClassName
{
color: #C6DBB2;
}
</style>
background-color css
<style>
a { background-color: #C6DBB2; }
a { background-color: rgb(198,219,178); }
div.DivClassName
{
background-color: #C6DBB2;
}
.BgClassName
{
background-color: #C6DBB2;
}
</style>
border-color css
<style>
span { border-color: #C6DBB2; }
span { border-color: rgb(198,219,178); }
td.TdClassName
{
border-color: #C6DBB2;
}
.TagClassName
{
border-color: #C6DBB2;
}
</style>