Shades of Perfume #C9AAEA
Tints of Perfume #C9AAEA
RGB
CMYK
RGB Variations
Color information
#C9AAEA (or 0xC9AAEA) is known color: Perfume. HEX triplet: C9, AA and EA. RGB value is (201,170,234). Sum of RGB (Red+Green+Blue) = 201+170+234=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9AAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AAEA is #365515. Grayscale: #BABABA. Windows color (decimal): -3560726 or 15379145. OLE color: 15379145.
HSL color Cylindrical-coordinate representation of color #C9AAEA: hue angle of 269.06º 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 #C9AAEA is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 170 | 234 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.08 |
| HSL | 269.06º | 0.6% | 0.79% | - |
| HSV(B) | 269.06º | 0.27% | 0.92% | - |
| XYZ | 53.31 | 47.11 | 84.12 | - |
| YUV | 186.57 | 154.77 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 170 | 234 | 0.14 | 0.27 | 0 | 0.08 | 269.06 | 0.6 | 0.79 |
| Hex | C9 | AA | EA | E | 1B | 0 | 8 | 10D | 3C | 4F |
| Octal | 311 | 252 | 352 | 16 | 33 | 0 | 10 | 415 | 74 | 117 |
| Binary | 11001001 | 10101010 | 11101010 | 1110 | 11011 | 0 | 1000 | 100001101 | 111100 | 1001111 |
Color Harmonies of #C9AAEA
Complementary color
Monochromatic Colors of #C9AAEA
Black with #C9AAEA
Text Example
Text Example
White with #C9AAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AAEA; }
p { color: rgb(201,170,234); }
H1.HeaderClassName
{
color: #C9AAEA;
}
.AnyTagClassName
{
color: #C9AAEA;
}
</style>
background-color css
<style>
a { background-color: #C9AAEA; }
a { background-color: rgb(201,170,234); }
div.DivClassName
{
background-color: #C9AAEA;
}
.BgClassName
{
background-color: #C9AAEA;
}
</style>
border-color css
<style>
span { border-color: #C9AAEA; }
span { border-color: rgb(201,170,234); }
td.TdClassName
{
border-color: #C9AAEA;
}
.TagClassName
{
border-color: #C9AAEA;
}
</style>