Shades of Pixie Green #C8DAB4
Tints of Pixie Green #C8DAB4
RGB
CMYK
RGB Variations
Color information
#C8DAB4 (or 0xC8DAB4) is known color: Pixie Green. HEX triplet: C8, DA and B4. RGB value is (200,218,180). Sum of RGB (Red+Green+Blue) = 200+218+180=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 180 (70.70% from 255 or 30.10% from 598); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DAB4 is #37254B. Grayscale: #D0D0D0. Windows color (decimal): -3614028 or 11852488. OLE color: 11852488.
HSL color Cylindrical-coordinate representation of color #C8DAB4: hue angle of 88.42º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8DAB4 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 218 | 180 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.15 |
| HSL | 88.42º | 0.34% | 0.78% | - |
| HSV(B) | 88.42º | 0.17% | 0.85% | - |
| XYZ | 57.13 | 65.72 | 52.85 | - |
| YUV | 208.29 | 112.04 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 180 | 0.08 | 0 | 0.17 | 0.15 | 88.42 | 0.34 | 0.78 |
| Hex | C8 | DA | B4 | 8 | 0 | 11 | F | 58 | 22 | 4E |
| Octal | 310 | 332 | 264 | 10 | 0 | 21 | 17 | 130 | 42 | 116 |
| Binary | 11001000 | 11011010 | 10110100 | 1000 | 0 | 10001 | 1111 | 1011000 | 100010 | 1001110 |
Color Harmonies of #C8DAB4
Complementary color
Monochromatic Colors of #C8DAB4
Black with #C8DAB4
Text Example
Text Example
White with #C8DAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DAB4; }
p { color: rgb(200,218,180); }
H1.HeaderClassName
{
color: #C8DAB4;
}
.AnyTagClassName
{
color: #C8DAB4;
}
</style>
background-color css
<style>
a { background-color: #C8DAB4; }
a { background-color: rgb(200,218,180); }
div.DivClassName
{
background-color: #C8DAB4;
}
.BgClassName
{
background-color: #C8DAB4;
}
</style>
border-color css
<style>
span { border-color: #C8DAB4; }
span { border-color: rgb(200,218,180); }
td.TdClassName
{
border-color: #C8DAB4;
}
.TagClassName
{
border-color: #C8DAB4;
}
</style>