Shades of Perfume #C8AAE0
Tints of Perfume #C8AAE0
RGB
CMYK
RGB Variations
Color information
#C8AAE0 (or 0xC8AAE0) is known color: Perfume. HEX triplet: C8, AA and E0. RGB value is (200,170,224). Sum of RGB (Red+Green+Blue) = 200+170+224=594 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.67% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 224 (87.89% from 255 or 37.71% from 594); Max value from RGB is 224 - color contains mainly: blue. Hex color #C8AAE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AAE0 is #37551F. Grayscale: #B8B8B8. Windows color (decimal): -3626272 or 14723784. OLE color: 14723784.
HSL color Cylindrical-coordinate representation of color #C8AAE0: hue angle of 273.33º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8AAE0 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 170 | 224 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.12 |
| HSL | 273.33º | 0.47% | 0.77% | - |
| HSV(B) | 273.33º | 0.24% | 0.88% | - |
| XYZ | 51.65 | 46.41 | 76.76 | - |
| YUV | 185.13 | 149.94 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 224 | 0.11 | 0.24 | 0 | 0.12 | 273.33 | 0.47 | 0.77 |
| Hex | C8 | AA | E0 | B | 18 | 0 | C | 111 | 2F | 4D |
| Octal | 310 | 252 | 340 | 13 | 30 | 0 | 14 | 421 | 57 | 115 |
| Binary | 11001000 | 10101010 | 11100000 | 1011 | 11000 | 0 | 1100 | 100010001 | 101111 | 1001101 |
Color Harmonies of #C8AAE0
Complementary color
Monochromatic Colors of #C8AAE0
Black with #C8AAE0
Text Example
Text Example
White with #C8AAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AAE0; }
p { color: rgb(200,170,224); }
H1.HeaderClassName
{
color: #C8AAE0;
}
.AnyTagClassName
{
color: #C8AAE0;
}
</style>
background-color css
<style>
a { background-color: #C8AAE0; }
a { background-color: rgb(200,170,224); }
div.DivClassName
{
background-color: #C8AAE0;
}
.BgClassName
{
background-color: #C8AAE0;
}
</style>
border-color css
<style>
span { border-color: #C8AAE0; }
span { border-color: rgb(200,170,224); }
td.TdClassName
{
border-color: #C8AAE0;
}
.TagClassName
{
border-color: #C8AAE0;
}
</style>