Shades of Perfume #C29FEB
Tints of Perfume #C29FEB
RGB
CMYK
RGB Variations
Color information
#C29FEB (or 0xC29FEB) is known color: Perfume. HEX triplet: C2, 9F and EB. RGB value is (194,159,235). Sum of RGB (Red+Green+Blue) = 194+159+235=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 159 (62.5% from 255 or 27.04% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #C29FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29FEB is #3D6014. Grayscale: #B1B1B1. Windows color (decimal): -4022293 or 15441858. OLE color: 15441858.
HSL color Cylindrical-coordinate representation of color #C29FEB: hue angle of 267.63º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C29FEB is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 159 | 235 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.08 |
| HSL | 267.63º | 0.66% | 0.77% | - |
| HSV(B) | 267.63º | 0.32% | 0.92% | - |
| XYZ | 49.64 | 42.26 | 84.14 | - |
| YUV | 178.13 | 160.1 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 235 | 0.17 | 0.32 | 0 | 0.08 | 267.63 | 0.66 | 0.77 |
| Hex | C2 | 9F | EB | 11 | 20 | 0 | 8 | 10C | 42 | 4D |
| Octal | 302 | 237 | 353 | 21 | 40 | 0 | 10 | 414 | 102 | 115 |
| Binary | 11000010 | 10011111 | 11101011 | 10001 | 100000 | 0 | 1000 | 100001100 | 1000010 | 1001101 |
Color Harmonies of #C29FEB
Complementary color
Monochromatic Colors of #C29FEB
Black with #C29FEB
Text Example
Text Example
White with #C29FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29FEB; }
p { color: rgb(194,159,235); }
H1.HeaderClassName
{
color: #C29FEB;
}
.AnyTagClassName
{
color: #C29FEB;
}
</style>
background-color css
<style>
a { background-color: #C29FEB; }
a { background-color: rgb(194,159,235); }
div.DivClassName
{
background-color: #C29FEB;
}
.BgClassName
{
background-color: #C29FEB;
}
</style>
border-color css
<style>
span { border-color: #C29FEB; }
span { border-color: rgb(194,159,235); }
td.TdClassName
{
border-color: #C29FEB;
}
.TagClassName
{
border-color: #C29FEB;
}
</style>