Shades of Perfume #C5ADED
Tints of Perfume #C5ADED
RGB
CMYK
RGB Variations
Color information
#C5ADED (or 0xC5ADED) is known color: Perfume. HEX triplet: C5, AD and ED. RGB value is (197,173,237). Sum of RGB (Red+Green+Blue) = 197+173+237=607 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.45% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5ADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ADED is #3A5212. Grayscale: #BBBBBB. Windows color (decimal): -3822099 or 15576517. OLE color: 15576517.
HSL color Cylindrical-coordinate representation of color #C5ADED: hue angle of 262.5º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5ADED is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 173 | 237 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.07 |
| HSL | 262.5º | 0.64% | 0.8% | - |
| HSV(B) | 262.5º | 0.27% | 0.93% | - |
| XYZ | 53.26 | 47.87 | 86.55 | - |
| YUV | 187.47 | 155.95 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 237 | 0.17 | 0.27 | 0 | 0.07 | 262.5 | 0.64 | 0.8 |
| Hex | C5 | AD | ED | 11 | 1B | 0 | 7 | 106 | 40 | 50 |
| Octal | 305 | 255 | 355 | 21 | 33 | 0 | 7 | 406 | 100 | 120 |
| Binary | 11000101 | 10101101 | 11101101 | 10001 | 11011 | 0 | 111 | 100000110 | 1000000 | 1010000 |
Color Harmonies of #C5ADED
Complementary color
Monochromatic Colors of #C5ADED
Black with #C5ADED
Text Example
Text Example
White with #C5ADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ADED; }
p { color: rgb(197,173,237); }
H1.HeaderClassName
{
color: #C5ADED;
}
.AnyTagClassName
{
color: #C5ADED;
}
</style>
background-color css
<style>
a { background-color: #C5ADED; }
a { background-color: rgb(197,173,237); }
div.DivClassName
{
background-color: #C5ADED;
}
.BgClassName
{
background-color: #C5ADED;
}
</style>
border-color css
<style>
span { border-color: #C5ADED; }
span { border-color: rgb(197,173,237); }
td.TdClassName
{
border-color: #C5ADED;
}
.TagClassName
{
border-color: #C5ADED;
}
</style>