Shades of Perfume #C5AEE5
Tints of Perfume #C5AEE5
RGB
CMYK
RGB Variations
Color information
#C5AEE5 (or 0xC5AEE5) is known color: Perfume. HEX triplet: C5, AE and E5. RGB value is (197,174,229). Sum of RGB (Red+Green+Blue) = 197+174+229=600 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.83% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 229 (89.84% from 255 or 38.17% from 600); Max value from RGB is 229 - color contains mainly: blue. Hex color #C5AEE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AEE5 is #3A511A. Grayscale: #BABABA. Windows color (decimal): -3821851 or 15052485. OLE color: 15052485.
HSL color Cylindrical-coordinate representation of color #C5AEE5: hue angle of 265.09º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5AEE5 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 174 | 229 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.10 |
| HSL | 265.09º | 0.51% | 0.79% | - |
| HSV(B) | 265.09º | 0.24% | 0.9% | - |
| XYZ | 52.3 | 47.8 | 80.6 | - |
| YUV | 187.15 | 151.62 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 174 | 229 | 0.14 | 0.24 | 0 | 0.10 | 265.09 | 0.51 | 0.79 |
| Hex | C5 | AE | E5 | E | 18 | 0 | A | 109 | 33 | 4F |
| Octal | 305 | 256 | 345 | 16 | 30 | 0 | 12 | 411 | 63 | 117 |
| Binary | 11000101 | 10101110 | 11100101 | 1110 | 11000 | 0 | 1010 | 100001001 | 110011 | 1001111 |
Color Harmonies of #C5AEE5
Complementary color
Monochromatic Colors of #C5AEE5
Black with #C5AEE5
Text Example
Text Example
White with #C5AEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AEE5; }
p { color: rgb(197,174,229); }
H1.HeaderClassName
{
color: #C5AEE5;
}
.AnyTagClassName
{
color: #C5AEE5;
}
</style>
background-color css
<style>
a { background-color: #C5AEE5; }
a { background-color: rgb(197,174,229); }
div.DivClassName
{
background-color: #C5AEE5;
}
.BgClassName
{
background-color: #C5AEE5;
}
</style>
border-color css
<style>
span { border-color: #C5AEE5; }
span { border-color: rgb(197,174,229); }
td.TdClassName
{
border-color: #C5AEE5;
}
.TagClassName
{
border-color: #C5AEE5;
}
</style>