Shades of Pixie Green #C8DEAF
Tints of Pixie Green #C8DEAF
RGB
CMYK
RGB Variations
Color information
#C8DEAF (or 0xC8DEAF) is known color: Pixie Green. HEX triplet: C8, DE and AF. RGB value is (200,222,175). Sum of RGB (Red+Green+Blue) = 200+222+175=597 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.50% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DEAF is #372150. Grayscale: #D2D2D2. Windows color (decimal): -3613009 or 11525832. OLE color: 11525832.
HSL color Cylindrical-coordinate representation of color #C8DEAF: hue angle of 88.09º degrees, saturation: 0.42, 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 #C8DEAF is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 222 | 175 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.13 |
| HSL | 88.09º | 0.42% | 0.78% | - |
| HSV(B) | 88.09º | 0.21% | 0.87% | - |
| XYZ | 57.68 | 67.62 | 50.57 | - |
| YUV | 210.06 | 108.21 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 222 | 175 | 0.10 | 0 | 0.21 | 0.13 | 88.09 | 0.42 | 0.78 |
| Hex | C8 | DE | AF | A | 0 | 15 | D | 58 | 2A | 4E |
| Octal | 310 | 336 | 257 | 12 | 0 | 25 | 15 | 130 | 52 | 116 |
| Binary | 11001000 | 11011110 | 10101111 | 1010 | 0 | 10101 | 1101 | 1011000 | 101010 | 1001110 |
Color Harmonies of #C8DEAF
Complementary color
Monochromatic Colors of #C8DEAF
Black with #C8DEAF
Text Example
Text Example
White with #C8DEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DEAF; }
p { color: rgb(200,222,175); }
H1.HeaderClassName
{
color: #C8DEAF;
}
.AnyTagClassName
{
color: #C8DEAF;
}
</style>
background-color css
<style>
a { background-color: #C8DEAF; }
a { background-color: rgb(200,222,175); }
div.DivClassName
{
background-color: #C8DEAF;
}
.BgClassName
{
background-color: #C8DEAF;
}
</style>
border-color css
<style>
span { border-color: #C8DEAF; }
span { border-color: rgb(200,222,175); }
td.TdClassName
{
border-color: #C8DEAF;
}
.TagClassName
{
border-color: #C8DEAF;
}
</style>