Shades of Perfume #C29CEB
Tints of Perfume #C29CEB
RGB
CMYK
RGB Variations
Color information
#C29CEB (or 0xC29CEB) is known color: Perfume. HEX triplet: C2, 9C and EB. RGB value is (194,156,235). Sum of RGB (Red+Green+Blue) = 194+156+235=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #C29CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29CEB is #3D6314. Grayscale: #B0B0B0. Windows color (decimal): -4023061 or 15441090. OLE color: 15441090.
HSL color Cylindrical-coordinate representation of color #C29CEB: hue angle of 268.86º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C29CEB is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 156 | 235 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.08 |
| HSL | 268.86º | 0.66% | 0.77% | - |
| HSV(B) | 268.86º | 0.34% | 0.92% | - |
| XYZ | 49.13 | 41.24 | 83.97 | - |
| YUV | 176.37 | 161.09 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 235 | 0.17 | 0.34 | 0 | 0.08 | 268.86 | 0.66 | 0.77 |
| Hex | C2 | 9C | EB | 11 | 22 | 0 | 8 | 10D | 42 | 4D |
| Octal | 302 | 234 | 353 | 21 | 42 | 0 | 10 | 415 | 102 | 115 |
| Binary | 11000010 | 10011100 | 11101011 | 10001 | 100010 | 0 | 1000 | 100001101 | 1000010 | 1001101 |
Color Harmonies of #C29CEB
Complementary color
Monochromatic Colors of #C29CEB
Black with #C29CEB
Text Example
Text Example
White with #C29CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29CEB; }
p { color: rgb(194,156,235); }
H1.HeaderClassName
{
color: #C29CEB;
}
.AnyTagClassName
{
color: #C29CEB;
}
</style>
background-color css
<style>
a { background-color: #C29CEB; }
a { background-color: rgb(194,156,235); }
div.DivClassName
{
background-color: #C29CEB;
}
.BgClassName
{
background-color: #C29CEB;
}
</style>
border-color css
<style>
span { border-color: #C29CEB; }
span { border-color: rgb(194,156,235); }
td.TdClassName
{
border-color: #C29CEB;
}
.TagClassName
{
border-color: #C29CEB;
}
</style>