Shades of Pixie Green #C2D1B4
Tints of Pixie Green #C2D1B4
RGB
CMYK
RGB Variations
Color information
#C2D1B4 (or 0xC2D1B4) is known color: Pixie Green. HEX triplet: C2, D1 and B4. RGB value is (194,209,180). Sum of RGB (Red+Green+Blue) = 194+209+180=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 209 (82.03% from 255 or 35.85% from 583); Blue value is 180 (70.70% from 255 or 30.87% from 583); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D1B4 is #3D2E4B. Grayscale: #C9C9C9. Windows color (decimal): -4009548 or 11850178. OLE color: 11850178.
HSL color Cylindrical-coordinate representation of color #C2D1B4: hue angle of 91.03º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2D1B4 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
RGB | 194 | 209 | 180 | - |
CMYK | 0.07 | 0 | 0.14 | 0.18 |
HSL | 91.03º | 0.24% | 0.76% | - |
HSV(B) | 91.03º | 0.14% | 0.82% | - |
XYZ | 53.29 | 60.37 | 52.02 | - |
YUV | 201.21 | 116.03 | 122.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 209 | 180 | 0.07 | 0 | 0.14 | 0.18 | 91.03 | 0.24 | 0.76 |
Hex | C2 | D1 | B4 | 7 | 0 | E | 12 | 5B | 18 | 4C |
Octal | 302 | 321 | 264 | 7 | 0 | 16 | 22 | 133 | 30 | 114 |
Binary | 11000010 | 11010001 | 10110100 | 111 | 0 | 1110 | 10010 | 1011011 | 11000 | 1001100 |
Color Harmonies of #C2D1B4
Complementary color
Monochromatic Colors of #C2D1B4
Black with #C2D1B4
Text Example
Text Example
White with #C2D1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D1B4; }
p { color: rgb(194,209,180); }
H1.HeaderClassName
{
color: #C2D1B4;
}
.AnyTagClassName
{
color: #C2D1B4;
}
</style>
background-color css
<style>
a { background-color: #C2D1B4; }
a { background-color: rgb(194,209,180); }
div.DivClassName
{
background-color: #C2D1B4;
}
.BgClassName
{
background-color: #C2D1B4;
}
</style>
border-color css
<style>
span { border-color: #C2D1B4; }
span { border-color: rgb(194,209,180); }
td.TdClassName
{
border-color: #C2D1B4;
}
.TagClassName
{
border-color: #C2D1B4;
}
</style>