Shades of Perfume #C6AEEC
Tints of Perfume #C6AEEC
RGB
CMYK
RGB Variations
Color information
#C6AEEC (or 0xC6AEEC) is known color: Perfume. HEX triplet: C6, AE and EC. RGB value is (198,174,236). Sum of RGB (Red+Green+Blue) = 198+174+236=608 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.57% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #C6AEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AEEC is #395113. Grayscale: #BCBCBC. Windows color (decimal): -3756308 or 15511238. OLE color: 15511238.
HSL color Cylindrical-coordinate representation of color #C6AEEC: hue angle of 263.23º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6AEEC is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 174 | 236 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.07 |
| HSL | 263.23º | 0.62% | 0.8% | - |
| HSV(B) | 263.23º | 0.26% | 0.93% | - |
| XYZ | 53.57 | 48.33 | 85.86 | - |
| YUV | 188.24 | 154.95 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 174 | 236 | 0.16 | 0.26 | 0 | 0.07 | 263.23 | 0.62 | 0.8 |
| Hex | C6 | AE | EC | 10 | 1A | 0 | 7 | 107 | 3E | 50 |
| Octal | 306 | 256 | 354 | 20 | 32 | 0 | 7 | 407 | 76 | 120 |
| Binary | 11000110 | 10101110 | 11101100 | 10000 | 11010 | 0 | 111 | 100000111 | 111110 | 1010000 |
Color Harmonies of #C6AEEC
Complementary color
Monochromatic Colors of #C6AEEC
Black with #C6AEEC
Text Example
Text Example
White with #C6AEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AEEC; }
p { color: rgb(198,174,236); }
H1.HeaderClassName
{
color: #C6AEEC;
}
.AnyTagClassName
{
color: #C6AEEC;
}
</style>
background-color css
<style>
a { background-color: #C6AEEC; }
a { background-color: rgb(198,174,236); }
div.DivClassName
{
background-color: #C6AEEC;
}
.BgClassName
{
background-color: #C6AEEC;
}
</style>
border-color css
<style>
span { border-color: #C6AEEC; }
span { border-color: rgb(198,174,236); }
td.TdClassName
{
border-color: #C6AEEC;
}
.TagClassName
{
border-color: #C6AEEC;
}
</style>