Shades of Perfume #C5AED7
Tints of Perfume #C5AED7
RGB
CMYK
RGB Variations
Color information
#C5AED7 (or 0xC5AED7) is known color: Perfume. HEX triplet: C5, AE and D7. RGB value is (197,174,215). Sum of RGB (Red+Green+Blue) = 197+174+215=586 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.62% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 215 (84.38% from 255 or 36.69% from 586); Max value from RGB is 215 - color contains mainly: blue. Hex color #C5AED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AED7 is #3A5128. Grayscale: #B9B9B9. Windows color (decimal): -3821865 or 14134981. OLE color: 14134981.
HSL color Cylindrical-coordinate representation of color #C5AED7: hue angle of 273.66º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5AED7 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 174 | 215 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.16 |
| HSL | 273.66º | 0.34% | 0.76% | - |
| HSV(B) | 273.66º | 0.19% | 0.84% | - |
| XYZ | 50.43 | 47.05 | 70.71 | - |
| YUV | 185.55 | 144.62 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 174 | 215 | 0.08 | 0.19 | 0 | 0.16 | 273.66 | 0.34 | 0.76 |
| Hex | C5 | AE | D7 | 8 | 13 | 0 | 10 | 112 | 22 | 4C |
| Octal | 305 | 256 | 327 | 10 | 23 | 0 | 20 | 422 | 42 | 114 |
| Binary | 11000101 | 10101110 | 11010111 | 1000 | 10011 | 0 | 10000 | 100010010 | 100010 | 1001100 |
Color Harmonies of #C5AED7
Complementary color
Monochromatic Colors of #C5AED7
Black with #C5AED7
Text Example
Text Example
White with #C5AED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AED7; }
p { color: rgb(197,174,215); }
H1.HeaderClassName
{
color: #C5AED7;
}
.AnyTagClassName
{
color: #C5AED7;
}
</style>
background-color css
<style>
a { background-color: #C5AED7; }
a { background-color: rgb(197,174,215); }
div.DivClassName
{
background-color: #C5AED7;
}
.BgClassName
{
background-color: #C5AED7;
}
</style>
border-color css
<style>
span { border-color: #C5AED7; }
span { border-color: rgb(197,174,215); }
td.TdClassName
{
border-color: #C5AED7;
}
.TagClassName
{
border-color: #C5AED7;
}
</style>