Shades of Perfume #C1AAEA
Tints of Perfume #C1AAEA
RGB
CMYK
RGB Variations
Color information
#C1AAEA (or 0xC1AAEA) is known color: Perfume. HEX triplet: C1, AA and EA. RGB value is (193,170,234). Sum of RGB (Red+Green+Blue) = 193+170+234=597 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.33% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #C1AAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AAEA is #3E5515. Grayscale: #B7B7B7. Windows color (decimal): -4085014 or 15379137. OLE color: 15379137.
HSL color Cylindrical-coordinate representation of color #C1AAEA: hue angle of 261.56º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C1AAEA is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 170 | 234 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.08 |
| HSL | 261.56º | 0.6% | 0.79% | - |
| HSV(B) | 261.56º | 0.27% | 0.92% | - |
| XYZ | 51.22 | 46.03 | 84.03 | - |
| YUV | 184.17 | 156.12 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 234 | 0.18 | 0.27 | 0 | 0.08 | 261.56 | 0.6 | 0.79 |
| Hex | C1 | AA | EA | 12 | 1B | 0 | 8 | 106 | 3C | 4F |
| Octal | 301 | 252 | 352 | 22 | 33 | 0 | 10 | 406 | 74 | 117 |
| Binary | 11000001 | 10101010 | 11101010 | 10010 | 11011 | 0 | 1000 | 100000110 | 111100 | 1001111 |
Color Harmonies of #C1AAEA
Complementary color
Monochromatic Colors of #C1AAEA
Black with #C1AAEA
Text Example
Text Example
White with #C1AAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AAEA; }
p { color: rgb(193,170,234); }
H1.HeaderClassName
{
color: #C1AAEA;
}
.AnyTagClassName
{
color: #C1AAEA;
}
</style>
background-color css
<style>
a { background-color: #C1AAEA; }
a { background-color: rgb(193,170,234); }
div.DivClassName
{
background-color: #C1AAEA;
}
.BgClassName
{
background-color: #C1AAEA;
}
</style>
border-color css
<style>
span { border-color: #C1AAEA; }
span { border-color: rgb(193,170,234); }
td.TdClassName
{
border-color: #C1AAEA;
}
.TagClassName
{
border-color: #C1AAEA;
}
</style>