Shades of Perfume #C6AEE8
Tints of Perfume #C6AEE8
RGB
CMYK
RGB Variations
Color information
#C6AEE8 (or 0xC6AEE8) is known color: Perfume. HEX triplet: C6, AE and E8. RGB value is (198,174,232). Sum of RGB (Red+Green+Blue) = 198+174+232=604 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.78% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 232 - color contains mainly: blue. Hex color #C6AEE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AEE8 is #395117. Grayscale: #BBBBBB. Windows color (decimal): -3756312 or 15249094. OLE color: 15249094.
HSL color Cylindrical-coordinate representation of color #C6AEE8: hue angle of 264.83º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C6AEE8 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 174 | 232 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.09 |
| HSL | 264.83º | 0.56% | 0.8% | - |
| HSV(B) | 264.83º | 0.25% | 0.91% | - |
| XYZ | 52.99 | 48.1 | 82.84 | - |
| YUV | 187.79 | 152.95 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 174 | 232 | 0.15 | 0.25 | 0 | 0.09 | 264.83 | 0.56 | 0.8 |
| Hex | C6 | AE | E8 | F | 19 | 0 | 9 | 109 | 38 | 50 |
| Octal | 306 | 256 | 350 | 17 | 31 | 0 | 11 | 411 | 70 | 120 |
| Binary | 11000110 | 10101110 | 11101000 | 1111 | 11001 | 0 | 1001 | 100001001 | 111000 | 1010000 |
Color Harmonies of #C6AEE8
Complementary color
Monochromatic Colors of #C6AEE8
Black with #C6AEE8
Text Example
Text Example
White with #C6AEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AEE8; }
p { color: rgb(198,174,232); }
H1.HeaderClassName
{
color: #C6AEE8;
}
.AnyTagClassName
{
color: #C6AEE8;
}
</style>
background-color css
<style>
a { background-color: #C6AEE8; }
a { background-color: rgb(198,174,232); }
div.DivClassName
{
background-color: #C6AEE8;
}
.BgClassName
{
background-color: #C6AEE8;
}
</style>
border-color css
<style>
span { border-color: #C6AEE8; }
span { border-color: rgb(198,174,232); }
td.TdClassName
{
border-color: #C6AEE8;
}
.TagClassName
{
border-color: #C6AEE8;
}
</style>