Shades of Pixie Green #C8DDAF
Tints of Pixie Green #C8DDAF
RGB
CMYK
RGB Variations
Color information
#C8DDAF (or 0xC8DDAF) is known color: Pixie Green. HEX triplet: C8, DD and AF. RGB value is (200,221,175). Sum of RGB (Red+Green+Blue) = 200+221+175=596 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.56% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DDAF is #372250. Grayscale: #D1D1D1. Windows color (decimal): -3613265 or 11525576. OLE color: 11525576.
HSL color Cylindrical-coordinate representation of color #C8DDAF: hue angle of 87.39º degrees, saturation: 0.4, 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 #C8DDAF is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 175 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.13 |
| HSL | 87.39º | 0.4% | 0.78% | - |
| HSV(B) | 87.39º | 0.21% | 0.87% | - |
| XYZ | 57.41 | 67.09 | 50.48 | - |
| YUV | 209.48 | 108.54 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 175 | 0.10 | 0 | 0.21 | 0.13 | 87.39 | 0.4 | 0.78 |
| Hex | C8 | DD | AF | A | 0 | 15 | D | 57 | 28 | 4E |
| Octal | 310 | 335 | 257 | 12 | 0 | 25 | 15 | 127 | 50 | 116 |
| Binary | 11001000 | 11011101 | 10101111 | 1010 | 0 | 10101 | 1101 | 1010111 | 101000 | 1001110 |
Color Harmonies of #C8DDAF
Complementary color
Monochromatic Colors of #C8DDAF
Black with #C8DDAF
Text Example
Text Example
White with #C8DDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DDAF; }
p { color: rgb(200,221,175); }
H1.HeaderClassName
{
color: #C8DDAF;
}
.AnyTagClassName
{
color: #C8DDAF;
}
</style>
background-color css
<style>
a { background-color: #C8DDAF; }
a { background-color: rgb(200,221,175); }
div.DivClassName
{
background-color: #C8DDAF;
}
.BgClassName
{
background-color: #C8DDAF;
}
</style>
border-color css
<style>
span { border-color: #C8DDAF; }
span { border-color: rgb(200,221,175); }
td.TdClassName
{
border-color: #C8DDAF;
}
.TagClassName
{
border-color: #C8DDAF;
}
</style>