Shades of Pixie Green #C2DAAE
Tints of Pixie Green #C2DAAE
RGB
CMYK
RGB Variations
Color information
#C2DAAE (or 0xC2DAAE) is known color: Pixie Green. HEX triplet: C2, DA and AE. RGB value is (194,218,174). Sum of RGB (Red+Green+Blue) = 194+218+174=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DAAE is #3D2551. Grayscale: #CDCDCD. Windows color (decimal): -4007250 or 11459266. OLE color: 11459266.
HSL color Cylindrical-coordinate representation of color #C2DAAE: hue angle of 92.73º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2DAAE is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 218 | 174 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.15 |
| HSL | 92.73º | 0.37% | 0.77% | - |
| HSV(B) | 92.73º | 0.2% | 0.85% | - |
| XYZ | 54.96 | 64.67 | 49.63 | - |
| YUV | 205.81 | 110.05 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 218 | 174 | 0.11 | 0 | 0.20 | 0.15 | 92.73 | 0.37 | 0.77 |
| Hex | C2 | DA | AE | B | 0 | 14 | F | 5D | 25 | 4D |
| Octal | 302 | 332 | 256 | 13 | 0 | 24 | 17 | 135 | 45 | 115 |
| Binary | 11000010 | 11011010 | 10101110 | 1011 | 0 | 10100 | 1111 | 1011101 | 100101 | 1001101 |
Color Harmonies of #C2DAAE
Complementary color
Monochromatic Colors of #C2DAAE
Black with #C2DAAE
Text Example
Text Example
White with #C2DAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DAAE; }
p { color: rgb(194,218,174); }
H1.HeaderClassName
{
color: #C2DAAE;
}
.AnyTagClassName
{
color: #C2DAAE;
}
</style>
background-color css
<style>
a { background-color: #C2DAAE; }
a { background-color: rgb(194,218,174); }
div.DivClassName
{
background-color: #C2DAAE;
}
.BgClassName
{
background-color: #C2DAAE;
}
</style>
border-color css
<style>
span { border-color: #C2DAAE; }
span { border-color: rgb(194,218,174); }
td.TdClassName
{
border-color: #C2DAAE;
}
.TagClassName
{
border-color: #C2DAAE;
}
</style>