Shades of Perfume #C5AEEA
Tints of Perfume #C5AEEA
RGB
CMYK
RGB Variations
Color information
#C5AEEA (or 0xC5AEEA) is known color: Perfume. HEX triplet: C5, AE and EA. RGB value is (197,174,234). Sum of RGB (Red+Green+Blue) = 197+174+234=605 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.56% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #C5AEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AEEA is #3A5115. Grayscale: #BBBBBB. Windows color (decimal): -3821846 or 15380165. OLE color: 15380165.
HSL color Cylindrical-coordinate representation of color #C5AEEA: hue angle of 263º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5AEEA is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 174 | 234 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.08 |
| HSL | 263º | 0.59% | 0.8% | - |
| HSV(B) | 263º | 0.26% | 0.92% | - |
| XYZ | 53.01 | 48.08 | 84.33 | - |
| YUV | 187.72 | 154.12 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 174 | 234 | 0.16 | 0.26 | 0 | 0.08 | 263 | 0.59 | 0.8 |
| Hex | C5 | AE | EA | 10 | 1A | 0 | 8 | 107 | 3B | 50 |
| Octal | 305 | 256 | 352 | 20 | 32 | 0 | 10 | 407 | 73 | 120 |
| Binary | 11000101 | 10101110 | 11101010 | 10000 | 11010 | 0 | 1000 | 100000111 | 111011 | 1010000 |
Color Harmonies of #C5AEEA
Complementary color
Monochromatic Colors of #C5AEEA
Black with #C5AEEA
Text Example
Text Example
White with #C5AEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AEEA; }
p { color: rgb(197,174,234); }
H1.HeaderClassName
{
color: #C5AEEA;
}
.AnyTagClassName
{
color: #C5AEEA;
}
</style>
background-color css
<style>
a { background-color: #C5AEEA; }
a { background-color: rgb(197,174,234); }
div.DivClassName
{
background-color: #C5AEEA;
}
.BgClassName
{
background-color: #C5AEEA;
}
</style>
border-color css
<style>
span { border-color: #C5AEEA; }
span { border-color: rgb(197,174,234); }
td.TdClassName
{
border-color: #C5AEEA;
}
.TagClassName
{
border-color: #C5AEEA;
}
</style>