Shades of Pixie Green #C7DDAF
Tints of Pixie Green #C7DDAF
RGB
CMYK
RGB Variations
Color information
#C7DDAF (or 0xC7DDAF) is known color: Pixie Green. HEX triplet: C7, DD and AF. RGB value is (199,221,175). Sum of RGB (Red+Green+Blue) = 199+221+175=595 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.45% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DDAF is #382250. Grayscale: #D1D1D1. Windows color (decimal): -3678801 or 11525575. OLE color: 11525575.
HSL color Cylindrical-coordinate representation of color #C7DDAF: hue angle of 88.7º 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 #C7DDAF is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
RGB | 199 | 221 | 175 | - |
CMYK | 0.10 | 0 | 0.21 | 0.13 |
HSL | 88.7º | 0.4% | 0.78% | - |
HSV(B) | 88.7º | 0.21% | 0.87% | - |
XYZ | 57.15 | 66.95 | 50.47 | - |
YUV | 209.18 | 108.71 | 120.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 221 | 175 | 0.10 | 0 | 0.21 | 0.13 | 88.7 | 0.4 | 0.78 |
Hex | C7 | DD | AF | A | 0 | 15 | D | 59 | 28 | 4E |
Octal | 307 | 335 | 257 | 12 | 0 | 25 | 15 | 131 | 50 | 116 |
Binary | 11000111 | 11011101 | 10101111 | 1010 | 0 | 10101 | 1101 | 1011001 | 101000 | 1001110 |
Color Harmonies of #C7DDAF
Complementary color
Monochromatic Colors of #C7DDAF
Black with #C7DDAF
Text Example
Text Example
White with #C7DDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DDAF; }
p { color: rgb(199,221,175); }
H1.HeaderClassName
{
color: #C7DDAF;
}
.AnyTagClassName
{
color: #C7DDAF;
}
</style>
background-color css
<style>
a { background-color: #C7DDAF; }
a { background-color: rgb(199,221,175); }
div.DivClassName
{
background-color: #C7DDAF;
}
.BgClassName
{
background-color: #C7DDAF;
}
</style>
border-color css
<style>
span { border-color: #C7DDAF; }
span { border-color: rgb(199,221,175); }
td.TdClassName
{
border-color: #C7DDAF;
}
.TagClassName
{
border-color: #C7DDAF;
}
</style>