Shades of Perfume #C5ADEB
Tints of Perfume #C5ADEB
RGB
CMYK
RGB Variations
Color information
#C5ADEB (or 0xC5ADEB) is known color: Perfume. HEX triplet: C5, AD and EB. RGB value is (197,173,235). Sum of RGB (Red+Green+Blue) = 197+173+235=605 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.56% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5ADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ADEB is #3A5214. Grayscale: #BBBBBB. Windows color (decimal): -3822101 or 15445445. OLE color: 15445445.
HSL color Cylindrical-coordinate representation of color #C5ADEB: hue angle of 263.23º degrees, saturation: 0.61, 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 #C5ADEB is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 173 | 235 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.08 |
| HSL | 263.23º | 0.61% | 0.8% | - |
| HSV(B) | 263.23º | 0.26% | 0.92% | - |
| XYZ | 52.96 | 47.76 | 85.02 | - |
| YUV | 187.24 | 154.95 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 235 | 0.16 | 0.26 | 0 | 0.08 | 263.23 | 0.61 | 0.8 |
| Hex | C5 | AD | EB | 10 | 1A | 0 | 8 | 107 | 3D | 50 |
| Octal | 305 | 255 | 353 | 20 | 32 | 0 | 10 | 407 | 75 | 120 |
| Binary | 11000101 | 10101101 | 11101011 | 10000 | 11010 | 0 | 1000 | 100000111 | 111101 | 1010000 |
Color Harmonies of #C5ADEB
Complementary color
Monochromatic Colors of #C5ADEB
Black with #C5ADEB
Text Example
Text Example
White with #C5ADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ADEB; }
p { color: rgb(197,173,235); }
H1.HeaderClassName
{
color: #C5ADEB;
}
.AnyTagClassName
{
color: #C5ADEB;
}
</style>
background-color css
<style>
a { background-color: #C5ADEB; }
a { background-color: rgb(197,173,235); }
div.DivClassName
{
background-color: #C5ADEB;
}
.BgClassName
{
background-color: #C5ADEB;
}
</style>
border-color css
<style>
span { border-color: #C5ADEB; }
span { border-color: rgb(197,173,235); }
td.TdClassName
{
border-color: #C5ADEB;
}
.TagClassName
{
border-color: #C5ADEB;
}
</style>