Shades of Pixie Green #C8DFAF
Tints of Pixie Green #C8DFAF
RGB
CMYK
RGB Variations
Color information
#C8DFAF (or 0xC8DFAF) is known color: Pixie Green. HEX triplet: C8, DF and AF. RGB value is (200,223,175). Sum of RGB (Red+Green+Blue) = 200+223+175=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #C8DFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DFAF is #372050. Grayscale: #D2D2D2. Windows color (decimal): -3612753 or 11526088. OLE color: 11526088.
HSL color Cylindrical-coordinate representation of color #C8DFAF: hue angle of 88.75º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8DFAF is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 223 | 175 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.13 |
| HSL | 88.75º | 0.43% | 0.78% | - |
| HSV(B) | 88.75º | 0.22% | 0.87% | - |
| XYZ | 57.94 | 68.15 | 50.66 | - |
| YUV | 210.65 | 107.88 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 223 | 175 | 0.10 | 0 | 0.22 | 0.13 | 88.75 | 0.43 | 0.78 |
| Hex | C8 | DF | AF | A | 0 | 16 | D | 59 | 2B | 4E |
| Octal | 310 | 337 | 257 | 12 | 0 | 26 | 15 | 131 | 53 | 116 |
| Binary | 11001000 | 11011111 | 10101111 | 1010 | 0 | 10110 | 1101 | 1011001 | 101011 | 1001110 |
Color Harmonies of #C8DFAF
Complementary color
Monochromatic Colors of #C8DFAF
Black with #C8DFAF
Text Example
Text Example
White with #C8DFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DFAF; }
p { color: rgb(200,223,175); }
H1.HeaderClassName
{
color: #C8DFAF;
}
.AnyTagClassName
{
color: #C8DFAF;
}
</style>
background-color css
<style>
a { background-color: #C8DFAF; }
a { background-color: rgb(200,223,175); }
div.DivClassName
{
background-color: #C8DFAF;
}
.BgClassName
{
background-color: #C8DFAF;
}
</style>
border-color css
<style>
span { border-color: #C8DFAF; }
span { border-color: rgb(200,223,175); }
td.TdClassName
{
border-color: #C8DFAF;
}
.TagClassName
{
border-color: #C8DFAF;
}
</style>