Shades of Pixie Green #C8DDAC
Tints of Pixie Green #C8DDAC
RGB
CMYK
RGB Variations
Color information
#C8DDAC (or 0xC8DDAC) is known color: Pixie Green. HEX triplet: C8, DD and AC. RGB value is (200,221,172). Sum of RGB (Red+Green+Blue) = 200+221+172=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DDAC is #372253. Grayscale: #D1D1D1. Windows color (decimal): -3613268 or 11328968. OLE color: 11328968.
HSL color Cylindrical-coordinate representation of color #C8DDAC: hue angle of 85.71º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8DDAC is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
RGB | 200 | 221 | 172 | - |
CMYK | 0.10 | 0 | 0.22 | 0.13 |
HSL | 85.71º | 0.42% | 0.77% | - |
HSV(B) | 85.71º | 0.22% | 0.87% | - |
XYZ | 57.12 | 66.97 | 48.95 | - |
YUV | 209.14 | 107.04 | 121.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 221 | 172 | 0.10 | 0 | 0.22 | 0.13 | 85.71 | 0.42 | 0.77 |
Hex | C8 | DD | AC | A | 0 | 16 | D | 56 | 2A | 4D |
Octal | 310 | 335 | 254 | 12 | 0 | 26 | 15 | 126 | 52 | 115 |
Binary | 11001000 | 11011101 | 10101100 | 1010 | 0 | 10110 | 1101 | 1010110 | 101010 | 1001101 |
Color Harmonies of #C8DDAC
Complementary color
Monochromatic Colors of #C8DDAC
Black with #C8DDAC
Text Example
Text Example
White with #C8DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DDAC; }
p { color: rgb(200,221,172); }
H1.HeaderClassName
{
color: #C8DDAC;
}
.AnyTagClassName
{
color: #C8DDAC;
}
</style>
background-color css
<style>
a { background-color: #C8DDAC; }
a { background-color: rgb(200,221,172); }
div.DivClassName
{
background-color: #C8DDAC;
}
.BgClassName
{
background-color: #C8DDAC;
}
</style>
border-color css
<style>
span { border-color: #C8DDAC; }
span { border-color: rgb(200,221,172); }
td.TdClassName
{
border-color: #C8DDAC;
}
.TagClassName
{
border-color: #C8DDAC;
}
</style>