Shades of Perfume #C1AED5
Tints of Perfume #C1AED5
RGB
CMYK
RGB Variations
Color information
#C1AED5 (or 0xC1AED5) is known color: Perfume. HEX triplet: C1, AE and D5. RGB value is (193,174,213). Sum of RGB (Red+Green+Blue) = 193+174+213=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 213 (83.59% from 255 or 36.72% from 580); Max value from RGB is 213 - color contains mainly: blue. Hex color #C1AED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AED5 is #3E512A. Grayscale: #B7B7B7. Windows color (decimal): -4084011 or 14003905. OLE color: 14003905.
HSL color Cylindrical-coordinate representation of color #C1AED5: hue angle of 269.23º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1AED5 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 174 | 213 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.16 |
| HSL | 269.23º | 0.32% | 0.76% | - |
| HSV(B) | 269.23º | 0.18% | 0.84% | - |
| XYZ | 49.14 | 46.41 | 69.32 | - |
| YUV | 184.13 | 144.29 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 174 | 213 | 0.09 | 0.18 | 0 | 0.16 | 269.23 | 0.32 | 0.76 |
| Hex | C1 | AE | D5 | 9 | 12 | 0 | 10 | 10D | 20 | 4C |
| Octal | 301 | 256 | 325 | 11 | 22 | 0 | 20 | 415 | 40 | 114 |
| Binary | 11000001 | 10101110 | 11010101 | 1001 | 10010 | 0 | 10000 | 100001101 | 100000 | 1001100 |
Color Harmonies of #C1AED5
Complementary color
Monochromatic Colors of #C1AED5
Black with #C1AED5
Text Example
Text Example
White with #C1AED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AED5; }
p { color: rgb(193,174,213); }
H1.HeaderClassName
{
color: #C1AED5;
}
.AnyTagClassName
{
color: #C1AED5;
}
</style>
background-color css
<style>
a { background-color: #C1AED5; }
a { background-color: rgb(193,174,213); }
div.DivClassName
{
background-color: #C1AED5;
}
.BgClassName
{
background-color: #C1AED5;
}
</style>
border-color css
<style>
span { border-color: #C1AED5; }
span { border-color: rgb(193,174,213); }
td.TdClassName
{
border-color: #C1AED5;
}
.TagClassName
{
border-color: #C1AED5;
}
</style>