Shades of Pixie Green #C2D3B4
Tints of Pixie Green #C2D3B4
RGB
CMYK
RGB Variations
Color information
#C2D3B4 (or 0xC2D3B4) is known color: Pixie Green. HEX triplet: C2, D3 and B4. RGB value is (194,211,180). Sum of RGB (Red+Green+Blue) = 194+211+180=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 211 (82.81% from 255 or 36.07% from 585); Blue value is 180 (70.70% from 255 or 30.77% from 585); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D3B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D3B4 is #3D2C4B. Grayscale: #CACACA. Windows color (decimal): -4009036 or 11850690. OLE color: 11850690.
HSL color Cylindrical-coordinate representation of color #C2D3B4: hue angle of 92.9º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2D3B4 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 211 | 180 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.17 |
| HSL | 92.9º | 0.26% | 0.77% | - |
| HSV(B) | 92.9º | 0.15% | 0.83% | - |
| XYZ | 53.78 | 61.35 | 52.19 | - |
| YUV | 202.38 | 115.37 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 211 | 180 | 0.08 | 0 | 0.15 | 0.17 | 92.9 | 0.26 | 0.77 |
| Hex | C2 | D3 | B4 | 8 | 0 | F | 11 | 5D | 1A | 4D |
| Octal | 302 | 323 | 264 | 10 | 0 | 17 | 21 | 135 | 32 | 115 |
| Binary | 11000010 | 11010011 | 10110100 | 1000 | 0 | 1111 | 10001 | 1011101 | 11010 | 1001101 |
Color Harmonies of #C2D3B4
Complementary color
Monochromatic Colors of #C2D3B4
Black with #C2D3B4
Text Example
Text Example
White with #C2D3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D3B4; }
p { color: rgb(194,211,180); }
H1.HeaderClassName
{
color: #C2D3B4;
}
.AnyTagClassName
{
color: #C2D3B4;
}
</style>
background-color css
<style>
a { background-color: #C2D3B4; }
a { background-color: rgb(194,211,180); }
div.DivClassName
{
background-color: #C2D3B4;
}
.BgClassName
{
background-color: #C2D3B4;
}
</style>
border-color css
<style>
span { border-color: #C2D3B4; }
span { border-color: rgb(194,211,180); }
td.TdClassName
{
border-color: #C2D3B4;
}
.TagClassName
{
border-color: #C2D3B4;
}
</style>