Shades of Pixie Green #C8DCA4
Tints of Pixie Green #C8DCA4
RGB
CMYK
RGB Variations
Color information
#C8DCA4 (or 0xC8DCA4) is known color: Pixie Green. HEX triplet: C8, DC and A4. RGB value is (200,220,164). Sum of RGB (Red+Green+Blue) = 200+220+164=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 164 (64.45% from 255 or 28.08% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DCA4 is #37235B. Grayscale: #CFCFCF. Windows color (decimal): -3613532 or 10804424. OLE color: 10804424.
HSL color Cylindrical-coordinate representation of color #C8DCA4: hue angle of 81.43º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8DCA4 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 220 | 164 | - |
CMYK | 0.09 | 0 | 0.25 | 0.14 |
HSL | 81.43º | 0.44% | 0.75% | - |
HSV(B) | 81.43º | 0.25% | 0.86% | - |
XYZ | 56.11 | 66.15 | 44.93 | - |
YUV | 207.64 | 103.37 | 122.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 220 | 164 | 0.09 | 0 | 0.25 | 0.14 | 81.43 | 0.44 | 0.75 |
Hex | C8 | DC | A4 | 9 | 0 | 19 | E | 51 | 2C | 4B |
Octal | 310 | 334 | 244 | 11 | 0 | 31 | 16 | 121 | 54 | 113 |
Binary | 11001000 | 11011100 | 10100100 | 1001 | 0 | 11001 | 1110 | 1010001 | 101100 | 1001011 |
Color Harmonies of #C8DCA4
Complementary color
Monochromatic Colors of #C8DCA4
Black with #C8DCA4
Text Example
Text Example
White with #C8DCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DCA4; }
p { color: rgb(200,220,164); }
H1.HeaderClassName
{
color: #C8DCA4;
}
.AnyTagClassName
{
color: #C8DCA4;
}
</style>
background-color css
<style>
a { background-color: #C8DCA4; }
a { background-color: rgb(200,220,164); }
div.DivClassName
{
background-color: #C8DCA4;
}
.BgClassName
{
background-color: #C8DCA4;
}
</style>
border-color css
<style>
span { border-color: #C8DCA4; }
span { border-color: rgb(200,220,164); }
td.TdClassName
{
border-color: #C8DCA4;
}
.TagClassName
{
border-color: #C8DCA4;
}
</style>