Shades of Pixie Green #C1DAAA
Tints of Pixie Green #C1DAAA
RGB
CMYK
RGB Variations
Color information
#C1DAAA (or 0xC1DAAA) is known color: Pixie Green. HEX triplet: C1, DA and AA. RGB value is (193,218,170). Sum of RGB (Red+Green+Blue) = 193+218+170=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DAAA is #3E2555. Grayscale: #CDCDCD. Windows color (decimal): -4072790 or 11197121. OLE color: 11197121.
HSL color Cylindrical-coordinate representation of color #C1DAAA: hue angle of 91.25º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1DAAA is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 218 | 170 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.15 |
| HSL | 91.25º | 0.39% | 0.76% | - |
| HSV(B) | 91.25º | 0.22% | 0.85% | - |
| XYZ | 54.32 | 64.38 | 47.59 | - |
| YUV | 205.05 | 108.22 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 218 | 170 | 0.11 | 0 | 0.22 | 0.15 | 91.25 | 0.39 | 0.76 |
| Hex | C1 | DA | AA | B | 0 | 16 | F | 5B | 27 | 4C |
| Octal | 301 | 332 | 252 | 13 | 0 | 26 | 17 | 133 | 47 | 114 |
| Binary | 11000001 | 11011010 | 10101010 | 1011 | 0 | 10110 | 1111 | 1011011 | 100111 | 1001100 |
Color Harmonies of #C1DAAA
Complementary color
Monochromatic Colors of #C1DAAA
Black with #C1DAAA
Text Example
Text Example
White with #C1DAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DAAA; }
p { color: rgb(193,218,170); }
H1.HeaderClassName
{
color: #C1DAAA;
}
.AnyTagClassName
{
color: #C1DAAA;
}
</style>
background-color css
<style>
a { background-color: #C1DAAA; }
a { background-color: rgb(193,218,170); }
div.DivClassName
{
background-color: #C1DAAA;
}
.BgClassName
{
background-color: #C1DAAA;
}
</style>
border-color css
<style>
span { border-color: #C1DAAA; }
span { border-color: rgb(193,218,170); }
td.TdClassName
{
border-color: #C1DAAA;
}
.TagClassName
{
border-color: #C1DAAA;
}
</style>