Shades of Perfume #C5ADE7
Tints of Perfume #C5ADE7
RGB
CMYK
RGB Variations
Color information
#C5ADE7 (or 0xC5ADE7) is known color: Perfume. HEX triplet: C5, AD and E7. RGB value is (197,173,231). Sum of RGB (Red+Green+Blue) = 197+173+231=601 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.78% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 231 (90.62% from 255 or 38.44% from 601); Max value from RGB is 231 - color contains mainly: blue. Hex color #C5ADE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ADE7 is #3A5218. Grayscale: #BABABA. Windows color (decimal): -3822105 or 15183301. OLE color: 15183301.
HSL color Cylindrical-coordinate representation of color #C5ADE7: hue angle of 264.83º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5ADE7 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 173 | 231 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.09 |
| HSL | 264.83º | 0.55% | 0.79% | - |
| HSV(B) | 264.83º | 0.25% | 0.91% | - |
| XYZ | 52.39 | 47.53 | 82.01 | - |
| YUV | 186.79 | 152.95 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 231 | 0.15 | 0.25 | 0 | 0.09 | 264.83 | 0.55 | 0.79 |
| Hex | C5 | AD | E7 | F | 19 | 0 | 9 | 109 | 37 | 4F |
| Octal | 305 | 255 | 347 | 17 | 31 | 0 | 11 | 411 | 67 | 117 |
| Binary | 11000101 | 10101101 | 11100111 | 1111 | 11001 | 0 | 1001 | 100001001 | 110111 | 1001111 |
Color Harmonies of #C5ADE7
Complementary color
Monochromatic Colors of #C5ADE7
Black with #C5ADE7
Text Example
Text Example
White with #C5ADE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ADE7; }
p { color: rgb(197,173,231); }
H1.HeaderClassName
{
color: #C5ADE7;
}
.AnyTagClassName
{
color: #C5ADE7;
}
</style>
background-color css
<style>
a { background-color: #C5ADE7; }
a { background-color: rgb(197,173,231); }
div.DivClassName
{
background-color: #C5ADE7;
}
.BgClassName
{
background-color: #C5ADE7;
}
</style>
border-color css
<style>
span { border-color: #C5ADE7; }
span { border-color: rgb(197,173,231); }
td.TdClassName
{
border-color: #C5ADE7;
}
.TagClassName
{
border-color: #C5ADE7;
}
</style>