Shades of Perfume #C6AEDD
Tints of Perfume #C6AEDD
RGB
CMYK
RGB Variations
Color information
#C6AEDD (or 0xC6AEDD) is known color: Perfume. HEX triplet: C6, AE and DD. RGB value is (198,174,221). Sum of RGB (Red+Green+Blue) = 198+174+221=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6AEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AEDD is #395122. Grayscale: #BABABA. Windows color (decimal): -3756323 or 14528198. OLE color: 14528198.
HSL color Cylindrical-coordinate representation of color #C6AEDD: hue angle of 270.64º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6AEDD is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 174 | 221 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.13 |
| HSL | 270.64º | 0.41% | 0.77% | - |
| HSV(B) | 270.64º | 0.21% | 0.87% | - |
| XYZ | 51.48 | 47.5 | 74.86 | - |
| YUV | 186.53 | 147.45 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 174 | 221 | 0.10 | 0.21 | 0 | 0.13 | 270.64 | 0.41 | 0.77 |
| Hex | C6 | AE | DD | A | 15 | 0 | D | 10F | 29 | 4D |
| Octal | 306 | 256 | 335 | 12 | 25 | 0 | 15 | 417 | 51 | 115 |
| Binary | 11000110 | 10101110 | 11011101 | 1010 | 10101 | 0 | 1101 | 100001111 | 101001 | 1001101 |
Color Harmonies of #C6AEDD
Complementary color
Monochromatic Colors of #C6AEDD
Black with #C6AEDD
Text Example
Text Example
White with #C6AEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AEDD; }
p { color: rgb(198,174,221); }
H1.HeaderClassName
{
color: #C6AEDD;
}
.AnyTagClassName
{
color: #C6AEDD;
}
</style>
background-color css
<style>
a { background-color: #C6AEDD; }
a { background-color: rgb(198,174,221); }
div.DivClassName
{
background-color: #C6AEDD;
}
.BgClassName
{
background-color: #C6AEDD;
}
</style>
border-color css
<style>
span { border-color: #C6AEDD; }
span { border-color: rgb(198,174,221); }
td.TdClassName
{
border-color: #C6AEDD;
}
.TagClassName
{
border-color: #C6AEDD;
}
</style>