Shades of Pixie Green #C9DDB1
Tints of Pixie Green #C9DDB1
RGB
CMYK
RGB Variations
Color information
#C9DDB1 (or 0xC9DDB1) is known color: Pixie Green. HEX triplet: C9, DD and B1. RGB value is (201,221,177). Sum of RGB (Red+Green+Blue) = 201+221+177=599 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.56% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 177 (69.53% from 255 or 29.55% from 599); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DDB1 is #36224E. Grayscale: #D2D2D2. Windows color (decimal): -3547727 or 11656649. OLE color: 11656649.
HSL color Cylindrical-coordinate representation of color #C9DDB1: hue angle of 87.27º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9DDB1 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 221 | 177 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.13 |
| HSL | 87.27º | 0.39% | 0.78% | - |
| HSV(B) | 87.27º | 0.2% | 0.87% | - |
| XYZ | 57.88 | 67.3 | 51.54 | - |
| YUV | 210 | 109.37 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 221 | 177 | 0.09 | 0 | 0.20 | 0.13 | 87.27 | 0.39 | 0.78 |
| Hex | C9 | DD | B1 | 9 | 0 | 14 | D | 57 | 27 | 4E |
| Octal | 311 | 335 | 261 | 11 | 0 | 24 | 15 | 127 | 47 | 116 |
| Binary | 11001001 | 11011101 | 10110001 | 1001 | 0 | 10100 | 1101 | 1010111 | 100111 | 1001110 |
Color Harmonies of #C9DDB1
Complementary color
Monochromatic Colors of #C9DDB1
Black with #C9DDB1
Text Example
Text Example
White with #C9DDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DDB1; }
p { color: rgb(201,221,177); }
H1.HeaderClassName
{
color: #C9DDB1;
}
.AnyTagClassName
{
color: #C9DDB1;
}
</style>
background-color css
<style>
a { background-color: #C9DDB1; }
a { background-color: rgb(201,221,177); }
div.DivClassName
{
background-color: #C9DDB1;
}
.BgClassName
{
background-color: #C9DDB1;
}
</style>
border-color css
<style>
span { border-color: #C9DDB1; }
span { border-color: rgb(201,221,177); }
td.TdClassName
{
border-color: #C9DDB1;
}
.TagClassName
{
border-color: #C9DDB1;
}
</style>