Shades of Perfume #C6AEE0
Tints of Perfume #C6AEE0
RGB
CMYK
RGB Variations
Color information
#C6AEE0 (or 0xC6AEE0) is known color: Perfume. HEX triplet: C6, AE and E0. RGB value is (198,174,224). Sum of RGB (Red+Green+Blue) = 198+174+224=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 224 (87.89% from 255 or 37.58% from 596); Max value from RGB is 224 - color contains mainly: blue. Hex color #C6AEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AEE0 is #39511F. Grayscale: #BABABA. Windows color (decimal): -3756320 or 14724806. OLE color: 14724806.
HSL color Cylindrical-coordinate representation of color #C6AEE0: hue angle of 268.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6AEE0 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 174 | 224 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.12 |
| HSL | 268.8º | 0.45% | 0.78% | - |
| HSV(B) | 268.8º | 0.22% | 0.88% | - |
| XYZ | 51.88 | 47.66 | 76.99 | - |
| YUV | 186.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 174 | 224 | 0.12 | 0.22 | 0 | 0.12 | 268.8 | 0.45 | 0.78 |
| Hex | C6 | AE | E0 | C | 16 | 0 | C | 10D | 2D | 4E |
| Octal | 306 | 256 | 340 | 14 | 26 | 0 | 14 | 415 | 55 | 116 |
| Binary | 11000110 | 10101110 | 11100000 | 1100 | 10110 | 0 | 1100 | 100001101 | 101101 | 1001110 |
Color Harmonies of #C6AEE0
Complementary color
Monochromatic Colors of #C6AEE0
Black with #C6AEE0
Text Example
Text Example
White with #C6AEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AEE0; }
p { color: rgb(198,174,224); }
H1.HeaderClassName
{
color: #C6AEE0;
}
.AnyTagClassName
{
color: #C6AEE0;
}
</style>
background-color css
<style>
a { background-color: #C6AEE0; }
a { background-color: rgb(198,174,224); }
div.DivClassName
{
background-color: #C6AEE0;
}
.BgClassName
{
background-color: #C6AEE0;
}
</style>
border-color css
<style>
span { border-color: #C6AEE0; }
span { border-color: rgb(198,174,224); }
td.TdClassName
{
border-color: #C6AEE0;
}
.TagClassName
{
border-color: #C6AEE0;
}
</style>