Shades of Pixie Green #C5DAAF
Tints of Pixie Green #C5DAAF
RGB
CMYK
RGB Variations
Color information
#C5DAAF (or 0xC5DAAF) is known color: Pixie Green. HEX triplet: C5, DA and AF. RGB value is (197,218,175). Sum of RGB (Red+Green+Blue) = 197+218+175=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DAAF is #3A2550. Grayscale: #CECECE. Windows color (decimal): -3810641 or 11524805. OLE color: 11524805.
HSL color Cylindrical-coordinate representation of color #C5DAAF: hue angle of 89.3º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5DAAF is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 218 | 175 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.15 |
| HSL | 89.3º | 0.37% | 0.77% | - |
| HSV(B) | 89.3º | 0.2% | 0.85% | - |
| XYZ | 55.84 | 65.11 | 50.18 | - |
| YUV | 206.82 | 110.04 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 175 | 0.10 | 0 | 0.20 | 0.15 | 89.3 | 0.37 | 0.77 |
| Hex | C5 | DA | AF | A | 0 | 14 | F | 59 | 25 | 4D |
| Octal | 305 | 332 | 257 | 12 | 0 | 24 | 17 | 131 | 45 | 115 |
| Binary | 11000101 | 11011010 | 10101111 | 1010 | 0 | 10100 | 1111 | 1011001 | 100101 | 1001101 |
Color Harmonies of #C5DAAF
Complementary color
Monochromatic Colors of #C5DAAF
Black with #C5DAAF
Text Example
Text Example
White with #C5DAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DAAF; }
p { color: rgb(197,218,175); }
H1.HeaderClassName
{
color: #C5DAAF;
}
.AnyTagClassName
{
color: #C5DAAF;
}
</style>
background-color css
<style>
a { background-color: #C5DAAF; }
a { background-color: rgb(197,218,175); }
div.DivClassName
{
background-color: #C5DAAF;
}
.BgClassName
{
background-color: #C5DAAF;
}
</style>
border-color css
<style>
span { border-color: #C5DAAF; }
span { border-color: rgb(197,218,175); }
td.TdClassName
{
border-color: #C5DAAF;
}
.TagClassName
{
border-color: #C5DAAF;
}
</style>