Shades of Perfume #C6AEEB
Tints of Perfume #C6AEEB
RGB
CMYK
RGB Variations
Color information
#C6AEEB (or 0xC6AEEB) is known color: Perfume. HEX triplet: C6, AE and EB. RGB value is (198,174,235). Sum of RGB (Red+Green+Blue) = 198+174+235=607 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.62% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6AEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AEEB is #395114. Grayscale: #BBBBBB. Windows color (decimal): -3756309 or 15445702. OLE color: 15445702.
HSL color Cylindrical-coordinate representation of color #C6AEEB: hue angle of 263.61º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6AEEB is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 174 | 235 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.08 |
| HSL | 263.61º | 0.6% | 0.8% | - |
| HSV(B) | 263.61º | 0.26% | 0.92% | - |
| XYZ | 53.42 | 48.28 | 85.1 | - |
| YUV | 188.13 | 154.45 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 174 | 235 | 0.16 | 0.26 | 0 | 0.08 | 263.61 | 0.6 | 0.8 |
| Hex | C6 | AE | EB | 10 | 1A | 0 | 8 | 108 | 3C | 50 |
| Octal | 306 | 256 | 353 | 20 | 32 | 0 | 10 | 410 | 74 | 120 |
| Binary | 11000110 | 10101110 | 11101011 | 10000 | 11010 | 0 | 1000 | 100001000 | 111100 | 1010000 |
Color Harmonies of #C6AEEB
Complementary color
Monochromatic Colors of #C6AEEB
Black with #C6AEEB
Text Example
Text Example
White with #C6AEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AEEB; }
p { color: rgb(198,174,235); }
H1.HeaderClassName
{
color: #C6AEEB;
}
.AnyTagClassName
{
color: #C6AEEB;
}
</style>
background-color css
<style>
a { background-color: #C6AEEB; }
a { background-color: rgb(198,174,235); }
div.DivClassName
{
background-color: #C6AEEB;
}
.BgClassName
{
background-color: #C6AEEB;
}
</style>
border-color css
<style>
span { border-color: #C6AEEB; }
span { border-color: rgb(198,174,235); }
td.TdClassName
{
border-color: #C6AEEB;
}
.TagClassName
{
border-color: #C6AEEB;
}
</style>