Shades of Pixie Green #C2D0B4
Tints of Pixie Green #C2D0B4
RGB
CMYK
RGB Variations
Color information
#C2D0B4 (or 0xC2D0B4) is known color: Pixie Green. HEX triplet: C2, D0 and B4. RGB value is (194,208,180). Sum of RGB (Red+Green+Blue) = 194+208+180=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 180 (70.70% from 255 or 30.93% from 582); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D0B4 is #3D2F4B. Grayscale: #C8C8C8. Windows color (decimal): -4009804 or 11849922. OLE color: 11849922.
HSL color Cylindrical-coordinate representation of color #C2D0B4: hue angle of 90º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2D0B4 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 208 | 180 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.18 |
| HSL | 90º | 0.23% | 0.76% | - |
| HSV(B) | 90º | 0.13% | 0.82% | - |
| XYZ | 53.04 | 59.88 | 51.94 | - |
| YUV | 200.62 | 116.36 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 208 | 180 | 0.07 | 0 | 0.13 | 0.18 | 90 | 0.23 | 0.76 |
| Hex | C2 | D0 | B4 | 7 | 0 | D | 12 | 5A | 17 | 4C |
| Octal | 302 | 320 | 264 | 7 | 0 | 15 | 22 | 132 | 27 | 114 |
| Binary | 11000010 | 11010000 | 10110100 | 111 | 0 | 1101 | 10010 | 1011010 | 10111 | 1001100 |
Color Harmonies of #C2D0B4
Complementary color
Monochromatic Colors of #C2D0B4
Black with #C2D0B4
Text Example
Text Example
White with #C2D0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D0B4; }
p { color: rgb(194,208,180); }
H1.HeaderClassName
{
color: #C2D0B4;
}
.AnyTagClassName
{
color: #C2D0B4;
}
</style>
background-color css
<style>
a { background-color: #C2D0B4; }
a { background-color: rgb(194,208,180); }
div.DivClassName
{
background-color: #C2D0B4;
}
.BgClassName
{
background-color: #C2D0B4;
}
</style>
border-color css
<style>
span { border-color: #C2D0B4; }
span { border-color: rgb(194,208,180); }
td.TdClassName
{
border-color: #C2D0B4;
}
.TagClassName
{
border-color: #C2D0B4;
}
</style>