Shades of Pixie Green #C2DAAD
Tints of Pixie Green #C2DAAD
RGB
CMYK
RGB Variations
Color information
#C2DAAD (or 0xC2DAAD) is known color: Pixie Green. HEX triplet: C2, DA and AD. RGB value is (194,218,173). Sum of RGB (Red+Green+Blue) = 194+218+173=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DAAD is #3D2552. Grayscale: #CDCDCD. Windows color (decimal): -4007251 or 11393730. OLE color: 11393730.
HSL color Cylindrical-coordinate representation of color #C2DAAD: hue angle of 92º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2DAAD is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
RGB | 194 | 218 | 173 | - |
CMYK | 0.11 | 0 | 0.21 | 0.15 |
HSL | 92º | 0.38% | 0.77% | - |
HSV(B) | 92º | 0.21% | 0.85% | - |
XYZ | 54.86 | 64.63 | 49.12 | - |
YUV | 205.69 | 109.55 | 119.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 218 | 173 | 0.11 | 0 | 0.21 | 0.15 | 92 | 0.38 | 0.77 |
Hex | C2 | DA | AD | B | 0 | 15 | F | 5C | 26 | 4D |
Octal | 302 | 332 | 255 | 13 | 0 | 25 | 17 | 134 | 46 | 115 |
Binary | 11000010 | 11011010 | 10101101 | 1011 | 0 | 10101 | 1111 | 1011100 | 100110 | 1001101 |
Color Harmonies of #C2DAAD
Complementary color
Monochromatic Colors of #C2DAAD
Black with #C2DAAD
Text Example
Text Example
White with #C2DAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DAAD; }
p { color: rgb(194,218,173); }
H1.HeaderClassName
{
color: #C2DAAD;
}
.AnyTagClassName
{
color: #C2DAAD;
}
</style>
background-color css
<style>
a { background-color: #C2DAAD; }
a { background-color: rgb(194,218,173); }
div.DivClassName
{
background-color: #C2DAAD;
}
.BgClassName
{
background-color: #C2DAAD;
}
</style>
border-color css
<style>
span { border-color: #C2DAAD; }
span { border-color: rgb(194,218,173); }
td.TdClassName
{
border-color: #C2DAAD;
}
.TagClassName
{
border-color: #C2DAAD;
}
</style>