Shades of Perfume #C29AEB
Tints of Perfume #C29AEB
RGB
CMYK
RGB Variations
Color information
#C29AEB (or 0xC29AEB) is known color: Perfume. HEX triplet: C2, 9A and EB. RGB value is (194,154,235). Sum of RGB (Red+Green+Blue) = 194+154+235=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #C29AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29AEB is #3D6514. Grayscale: #AEAEAE. Windows color (decimal): -4023573 or 15440578. OLE color: 15440578.
HSL color Cylindrical-coordinate representation of color #C29AEB: hue angle of 269.63º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C29AEB is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 194 | 154 | 235 | - |
CMYK | 0.17 | 0.34 | 0 | 0.08 |
HSL | 269.63º | 0.67% | 0.76% | - |
HSV(B) | 269.63º | 0.34% | 0.92% | - |
XYZ | 48.8 | 40.58 | 83.86 | - |
YUV | 175.19 | 161.75 | 141.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 154 | 235 | 0.17 | 0.34 | 0 | 0.08 | 269.63 | 0.67 | 0.76 |
Hex | C2 | 9A | EB | 11 | 22 | 0 | 8 | 10E | 43 | 4C |
Octal | 302 | 232 | 353 | 21 | 42 | 0 | 10 | 416 | 103 | 114 |
Binary | 11000010 | 10011010 | 11101011 | 10001 | 100010 | 0 | 1000 | 100001110 | 1000011 | 1001100 |
Color Harmonies of #C29AEB
Complementary color
Monochromatic Colors of #C29AEB
Black with #C29AEB
Text Example
Text Example
White with #C29AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29AEB; }
p { color: rgb(194,154,235); }
H1.HeaderClassName
{
color: #C29AEB;
}
.AnyTagClassName
{
color: #C29AEB;
}
</style>
background-color css
<style>
a { background-color: #C29AEB; }
a { background-color: rgb(194,154,235); }
div.DivClassName
{
background-color: #C29AEB;
}
.BgClassName
{
background-color: #C29AEB;
}
</style>
border-color css
<style>
span { border-color: #C29AEB; }
span { border-color: rgb(194,154,235); }
td.TdClassName
{
border-color: #C29AEB;
}
.TagClassName
{
border-color: #C29AEB;
}
</style>