Shades of Pixie Green #C1D3B3
Tints of Pixie Green #C1D3B3
RGB
CMYK
RGB Variations
Color information
#C1D3B3 (or 0xC1D3B3) is known color: Pixie Green. HEX triplet: C1, D3 and B3. RGB value is (193,211,179). Sum of RGB (Red+Green+Blue) = 193+211+179=583 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.10% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 179 (70.31% from 255 or 30.70% from 583); Max value from RGB is 211 - color contains mainly: green. Hex color #C1D3B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D3B3 is #3E2C4C. Grayscale: #CACACA. Windows color (decimal): -4074573 or 11785153. OLE color: 11785153.
HSL color Cylindrical-coordinate representation of color #C1D3B3: hue angle of 93.75º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1D3B3 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 211 | 179 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.17 |
| HSL | 93.75º | 0.27% | 0.76% | - |
| HSV(B) | 93.75º | 0.15% | 0.83% | - |
| XYZ | 53.42 | 61.18 | 51.64 | - |
| YUV | 201.97 | 115.04 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 211 | 179 | 0.09 | 0 | 0.15 | 0.17 | 93.75 | 0.27 | 0.76 |
| Hex | C1 | D3 | B3 | 9 | 0 | F | 11 | 5E | 1B | 4C |
| Octal | 301 | 323 | 263 | 11 | 0 | 17 | 21 | 136 | 33 | 114 |
| Binary | 11000001 | 11010011 | 10110011 | 1001 | 0 | 1111 | 10001 | 1011110 | 11011 | 1001100 |
Color Harmonies of #C1D3B3
Complementary color
Monochromatic Colors of #C1D3B3
Black with #C1D3B3
Text Example
Text Example
White with #C1D3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D3B3; }
p { color: rgb(193,211,179); }
H1.HeaderClassName
{
color: #C1D3B3;
}
.AnyTagClassName
{
color: #C1D3B3;
}
</style>
background-color css
<style>
a { background-color: #C1D3B3; }
a { background-color: rgb(193,211,179); }
div.DivClassName
{
background-color: #C1D3B3;
}
.BgClassName
{
background-color: #C1D3B3;
}
</style>
border-color css
<style>
span { border-color: #C1D3B3; }
span { border-color: rgb(193,211,179); }
td.TdClassName
{
border-color: #C1D3B3;
}
.TagClassName
{
border-color: #C1D3B3;
}
</style>