Shades of Pixie Green #C6DAB2
Tints of Pixie Green #C6DAB2
RGB
CMYK
RGB Variations
Color information
#C6DAB2 (or 0xC6DAB2) is known color: Pixie Green. HEX triplet: C6, DA and B2. RGB value is (198,218,178). Sum of RGB (Red+Green+Blue) = 198+218+178=594 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.33% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 178 (69.92% from 255 or 29.97% from 594); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DAB2 is #39254D. Grayscale: #CFCFCF. Windows color (decimal): -3745102 or 11721414. OLE color: 11721414.
HSL color Cylindrical-coordinate representation of color #C6DAB2: hue angle of 90º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6DAB2 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
RGB | 198 | 218 | 178 | - |
CMYK | 0.09 | 0 | 0.18 | 0.15 |
HSL | 90º | 0.35% | 0.78% | - |
HSV(B) | 90º | 0.18% | 0.85% | - |
XYZ | 56.4 | 65.36 | 51.76 | - |
YUV | 207.46 | 111.37 | 121.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 218 | 178 | 0.09 | 0 | 0.18 | 0.15 | 90 | 0.35 | 0.78 |
Hex | C6 | DA | B2 | 9 | 0 | 12 | F | 5A | 23 | 4E |
Octal | 306 | 332 | 262 | 11 | 0 | 22 | 17 | 132 | 43 | 116 |
Binary | 11000110 | 11011010 | 10110010 | 1001 | 0 | 10010 | 1111 | 1011010 | 100011 | 1001110 |
Color Harmonies of #C6DAB2
Complementary color
Monochromatic Colors of #C6DAB2
Black with #C6DAB2
Text Example
Text Example
White with #C6DAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DAB2; }
p { color: rgb(198,218,178); }
H1.HeaderClassName
{
color: #C6DAB2;
}
.AnyTagClassName
{
color: #C6DAB2;
}
</style>
background-color css
<style>
a { background-color: #C6DAB2; }
a { background-color: rgb(198,218,178); }
div.DivClassName
{
background-color: #C6DAB2;
}
.BgClassName
{
background-color: #C6DAB2;
}
</style>
border-color css
<style>
span { border-color: #C6DAB2; }
span { border-color: rgb(198,218,178); }
td.TdClassName
{
border-color: #C6DAB2;
}
.TagClassName
{
border-color: #C6DAB2;
}
</style>