Shades of Pixie Green #C8DEB0
Tints of Pixie Green #C8DEB0
RGB
CMYK
RGB Variations
Color information
#C8DEB0 (or 0xC8DEB0) is known color: Pixie Green. HEX triplet: C8, DE and B0. RGB value is (200,222,176). Sum of RGB (Red+Green+Blue) = 200+222+176=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 176 (69.14% from 255 or 29.43% from 598); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DEB0 is #37214F. Grayscale: #D2D2D2. Windows color (decimal): -3613008 or 11591368. OLE color: 11591368.
HSL color Cylindrical-coordinate representation of color #C8DEB0: hue angle of 88.7º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8DEB0 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 222 | 176 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.13 |
| HSL | 88.7º | 0.41% | 0.78% | - |
| HSV(B) | 88.7º | 0.21% | 0.87% | - |
| XYZ | 57.78 | 67.66 | 51.09 | - |
| YUV | 210.18 | 108.71 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 222 | 176 | 0.10 | 0 | 0.21 | 0.13 | 88.7 | 0.41 | 0.78 |
| Hex | C8 | DE | B0 | A | 0 | 15 | D | 59 | 29 | 4E |
| Octal | 310 | 336 | 260 | 12 | 0 | 25 | 15 | 131 | 51 | 116 |
| Binary | 11001000 | 11011110 | 10110000 | 1010 | 0 | 10101 | 1101 | 1011001 | 101001 | 1001110 |
Color Harmonies of #C8DEB0
Complementary color
Monochromatic Colors of #C8DEB0
Black with #C8DEB0
Text Example
Text Example
White with #C8DEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DEB0; }
p { color: rgb(200,222,176); }
H1.HeaderClassName
{
color: #C8DEB0;
}
.AnyTagClassName
{
color: #C8DEB0;
}
</style>
background-color css
<style>
a { background-color: #C8DEB0; }
a { background-color: rgb(200,222,176); }
div.DivClassName
{
background-color: #C8DEB0;
}
.BgClassName
{
background-color: #C8DEB0;
}
</style>
border-color css
<style>
span { border-color: #C8DEB0; }
span { border-color: rgb(200,222,176); }
td.TdClassName
{
border-color: #C8DEB0;
}
.TagClassName
{
border-color: #C8DEB0;
}
</style>