Shades of Perfume #C6AEDF
Tints of Perfume #C6AEDF
RGB
CMYK
RGB Variations
Color information
#C6AEDF (or 0xC6AEDF) is known color: Perfume. HEX triplet: C6, AE and DF. RGB value is (198,174,223). Sum of RGB (Red+Green+Blue) = 198+174+223=595 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.28% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6AEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AEDF is #395120. Grayscale: #BABABA. Windows color (decimal): -3756321 or 14659270. OLE color: 14659270.
HSL color Cylindrical-coordinate representation of color #C6AEDF: hue angle of 269.39º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6AEDF is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 174 | 223 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.13 |
| HSL | 269.39º | 0.43% | 0.78% | - |
| HSV(B) | 269.39º | 0.22% | 0.87% | - |
| XYZ | 51.74 | 47.61 | 76.27 | - |
| YUV | 186.76 | 148.45 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 174 | 223 | 0.11 | 0.22 | 0 | 0.13 | 269.39 | 0.43 | 0.78 |
| Hex | C6 | AE | DF | B | 16 | 0 | D | 10D | 2B | 4E |
| Octal | 306 | 256 | 337 | 13 | 26 | 0 | 15 | 415 | 53 | 116 |
| Binary | 11000110 | 10101110 | 11011111 | 1011 | 10110 | 0 | 1101 | 100001101 | 101011 | 1001110 |
Color Harmonies of #C6AEDF
Complementary color
Monochromatic Colors of #C6AEDF
Black with #C6AEDF
Text Example
Text Example
White with #C6AEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AEDF; }
p { color: rgb(198,174,223); }
H1.HeaderClassName
{
color: #C6AEDF;
}
.AnyTagClassName
{
color: #C6AEDF;
}
</style>
background-color css
<style>
a { background-color: #C6AEDF; }
a { background-color: rgb(198,174,223); }
div.DivClassName
{
background-color: #C6AEDF;
}
.BgClassName
{
background-color: #C6AEDF;
}
</style>
border-color css
<style>
span { border-color: #C6AEDF; }
span { border-color: rgb(198,174,223); }
td.TdClassName
{
border-color: #C6AEDF;
}
.TagClassName
{
border-color: #C6AEDF;
}
</style>