Shades of Perfume #C5AAEA
Tints of Perfume #C5AAEA
RGB
CMYK
RGB Variations
Color information
#C5AAEA (or 0xC5AAEA) is known color: Perfume. HEX triplet: C5, AA and EA. RGB value is (197,170,234). Sum of RGB (Red+Green+Blue) = 197+170+234=601 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.78% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #C5AAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AAEA is #3A5515. Grayscale: #B9B9B9. Windows color (decimal): -3822870 or 15379141. OLE color: 15379141.
HSL color Cylindrical-coordinate representation of color #C5AAEA: hue angle of 265.31º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5AAEA is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 170 | 234 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.08 |
| HSL | 265.31º | 0.6% | 0.79% | - |
| HSV(B) | 265.31º | 0.27% | 0.92% | - |
| XYZ | 52.25 | 46.56 | 84.07 | - |
| YUV | 185.37 | 155.45 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 234 | 0.16 | 0.27 | 0 | 0.08 | 265.31 | 0.6 | 0.79 |
| Hex | C5 | AA | EA | 10 | 1B | 0 | 8 | 109 | 3C | 4F |
| Octal | 305 | 252 | 352 | 20 | 33 | 0 | 10 | 411 | 74 | 117 |
| Binary | 11000101 | 10101010 | 11101010 | 10000 | 11011 | 0 | 1000 | 100001001 | 111100 | 1001111 |
Color Harmonies of #C5AAEA
Complementary color
Monochromatic Colors of #C5AAEA
Black with #C5AAEA
Text Example
Text Example
White with #C5AAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AAEA; }
p { color: rgb(197,170,234); }
H1.HeaderClassName
{
color: #C5AAEA;
}
.AnyTagClassName
{
color: #C5AAEA;
}
</style>
background-color css
<style>
a { background-color: #C5AAEA; }
a { background-color: rgb(197,170,234); }
div.DivClassName
{
background-color: #C5AAEA;
}
.BgClassName
{
background-color: #C5AAEA;
}
</style>
border-color css
<style>
span { border-color: #C5AAEA; }
span { border-color: rgb(197,170,234); }
td.TdClassName
{
border-color: #C5AAEA;
}
.TagClassName
{
border-color: #C5AAEA;
}
</style>