Shades of Perfume #C1AAEC
Tints of Perfume #C1AAEC
RGB
CMYK
RGB Variations
Color information
#C1AAEC (or 0xC1AAEC) is known color: Perfume. HEX triplet: C1, AA and EC. RGB value is (193,170,236). Sum of RGB (Red+Green+Blue) = 193+170+236=599 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.22% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1AAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AAEC is #3E5513. Grayscale: #B8B8B8. Windows color (decimal): -4085012 or 15510209. OLE color: 15510209.
HSL color Cylindrical-coordinate representation of color #C1AAEC: hue angle of 260.91º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C1AAEC is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 170 | 236 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.07 |
| HSL | 260.91º | 0.63% | 0.8% | - |
| HSV(B) | 260.91º | 0.28% | 0.93% | - |
| XYZ | 51.51 | 46.14 | 85.55 | - |
| YUV | 184.4 | 157.12 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 236 | 0.18 | 0.28 | 0 | 0.07 | 260.91 | 0.63 | 0.8 |
| Hex | C1 | AA | EC | 12 | 1C | 0 | 7 | 105 | 3F | 50 |
| Octal | 301 | 252 | 354 | 22 | 34 | 0 | 7 | 405 | 77 | 120 |
| Binary | 11000001 | 10101010 | 11101100 | 10010 | 11100 | 0 | 111 | 100000101 | 111111 | 1010000 |
Color Harmonies of #C1AAEC
Complementary color
Monochromatic Colors of #C1AAEC
Black with #C1AAEC
Text Example
Text Example
White with #C1AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AAEC; }
p { color: rgb(193,170,236); }
H1.HeaderClassName
{
color: #C1AAEC;
}
.AnyTagClassName
{
color: #C1AAEC;
}
</style>
background-color css
<style>
a { background-color: #C1AAEC; }
a { background-color: rgb(193,170,236); }
div.DivClassName
{
background-color: #C1AAEC;
}
.BgClassName
{
background-color: #C1AAEC;
}
</style>
border-color css
<style>
span { border-color: #C1AAEC; }
span { border-color: rgb(193,170,236); }
td.TdClassName
{
border-color: #C1AAEC;
}
.TagClassName
{
border-color: #C1AAEC;
}
</style>