Shades of Perfume #C5AAEF
Tints of Perfume #C5AAEF
RGB
CMYK
RGB Variations
Color information
#C5AAEF (or 0xC5AAEF) is known color: Perfume. HEX triplet: C5, AA and EF. RGB value is (197,170,239). Sum of RGB (Red+Green+Blue) = 197+170+239=606 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.51% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5AAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AAEF is #3A5510. Grayscale: #B9B9B9. Windows color (decimal): -3822865 or 15706821. OLE color: 15706821.
HSL color Cylindrical-coordinate representation of color #C5AAEF: hue angle of 263.48º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5AAEF is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 170 | 239 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.06 |
| HSL | 263.48º | 0.68% | 0.8% | - |
| HSV(B) | 263.48º | 0.29% | 0.94% | - |
| XYZ | 52.98 | 46.85 | 87.91 | - |
| YUV | 185.94 | 157.95 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 239 | 0.18 | 0.29 | 0 | 0.06 | 263.48 | 0.68 | 0.8 |
| Hex | C5 | AA | EF | 12 | 1D | 0 | 6 | 107 | 44 | 50 |
| Octal | 305 | 252 | 357 | 22 | 35 | 0 | 6 | 407 | 104 | 120 |
| Binary | 11000101 | 10101010 | 11101111 | 10010 | 11101 | 0 | 110 | 100000111 | 1000100 | 1010000 |
Color Harmonies of #C5AAEF
Complementary color
Monochromatic Colors of #C5AAEF
Black with #C5AAEF
Text Example
Text Example
White with #C5AAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AAEF; }
p { color: rgb(197,170,239); }
H1.HeaderClassName
{
color: #C5AAEF;
}
.AnyTagClassName
{
color: #C5AAEF;
}
</style>
background-color css
<style>
a { background-color: #C5AAEF; }
a { background-color: rgb(197,170,239); }
div.DivClassName
{
background-color: #C5AAEF;
}
.BgClassName
{
background-color: #C5AAEF;
}
</style>
border-color css
<style>
span { border-color: #C5AAEF; }
span { border-color: rgb(197,170,239); }
td.TdClassName
{
border-color: #C5AAEF;
}
.TagClassName
{
border-color: #C5AAEF;
}
</style>