Shades of Perfume #C5AEE3
Tints of Perfume #C5AEE3
RGB
CMYK
RGB Variations
Color information
#C5AEE3 (or 0xC5AEE3) is known color: Perfume. HEX triplet: C5, AE and E3. RGB value is (197,174,227). Sum of RGB (Red+Green+Blue) = 197+174+227=598 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.94% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 227 (89.06% from 255 or 37.96% from 598); Max value from RGB is 227 - color contains mainly: blue. Hex color #C5AEE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AEE3 is #3A511C. Grayscale: #BABABA. Windows color (decimal): -3821853 or 14921413. OLE color: 14921413.
HSL color Cylindrical-coordinate representation of color #C5AEE3: hue angle of 266.04º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5AEE3 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 174 | 227 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.11 |
| HSL | 266.04º | 0.49% | 0.79% | - |
| HSV(B) | 266.04º | 0.23% | 0.89% | - |
| XYZ | 52.03 | 47.69 | 79.14 | - |
| YUV | 186.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 174 | 227 | 0.13 | 0.23 | 0 | 0.11 | 266.04 | 0.49 | 0.79 |
| Hex | C5 | AE | E3 | D | 17 | 0 | B | 10A | 31 | 4F |
| Octal | 305 | 256 | 343 | 15 | 27 | 0 | 13 | 412 | 61 | 117 |
| Binary | 11000101 | 10101110 | 11100011 | 1101 | 10111 | 0 | 1011 | 100001010 | 110001 | 1001111 |
Color Harmonies of #C5AEE3
Complementary color
Monochromatic Colors of #C5AEE3
Black with #C5AEE3
Text Example
Text Example
White with #C5AEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AEE3; }
p { color: rgb(197,174,227); }
H1.HeaderClassName
{
color: #C5AEE3;
}
.AnyTagClassName
{
color: #C5AEE3;
}
</style>
background-color css
<style>
a { background-color: #C5AEE3; }
a { background-color: rgb(197,174,227); }
div.DivClassName
{
background-color: #C5AEE3;
}
.BgClassName
{
background-color: #C5AEE3;
}
</style>
border-color css
<style>
span { border-color: #C5AEE3; }
span { border-color: rgb(197,174,227); }
td.TdClassName
{
border-color: #C5AEE3;
}
.TagClassName
{
border-color: #C5AEE3;
}
</style>