Shades of Perfume #C5ADE1
Tints of Perfume #C5ADE1
RGB
CMYK
RGB Variations
Color information
#C5ADE1 (or 0xC5ADE1) is known color: Perfume. HEX triplet: C5, AD and E1. RGB value is (197,173,225). Sum of RGB (Red+Green+Blue) = 197+173+225=595 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.11% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 225 - color contains mainly: blue. Hex color #C5ADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ADE1 is #3A521E. Grayscale: #B9B9B9. Windows color (decimal): -3822111 or 14790085. OLE color: 14790085.
HSL color Cylindrical-coordinate representation of color #C5ADE1: hue angle of 267.69º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5ADE1 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 173 | 225 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.12 |
| HSL | 267.69º | 0.46% | 0.78% | - |
| HSV(B) | 267.69º | 0.23% | 0.88% | - |
| XYZ | 51.56 | 47.19 | 77.63 | - |
| YUV | 186.1 | 149.95 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 225 | 0.12 | 0.23 | 0 | 0.12 | 267.69 | 0.46 | 0.78 |
| Hex | C5 | AD | E1 | C | 17 | 0 | C | 10C | 2E | 4E |
| Octal | 305 | 255 | 341 | 14 | 27 | 0 | 14 | 414 | 56 | 116 |
| Binary | 11000101 | 10101101 | 11100001 | 1100 | 10111 | 0 | 1100 | 100001100 | 101110 | 1001110 |
Color Harmonies of #C5ADE1
Complementary color
Monochromatic Colors of #C5ADE1
Black with #C5ADE1
Text Example
Text Example
White with #C5ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ADE1; }
p { color: rgb(197,173,225); }
H1.HeaderClassName
{
color: #C5ADE1;
}
.AnyTagClassName
{
color: #C5ADE1;
}
</style>
background-color css
<style>
a { background-color: #C5ADE1; }
a { background-color: rgb(197,173,225); }
div.DivClassName
{
background-color: #C5ADE1;
}
.BgClassName
{
background-color: #C5ADE1;
}
</style>
border-color css
<style>
span { border-color: #C5ADE1; }
span { border-color: rgb(197,173,225); }
td.TdClassName
{
border-color: #C5ADE1;
}
.TagClassName
{
border-color: #C5ADE1;
}
</style>