Shades of Perfume #C6ADE5
Tints of Perfume #C6ADE5
RGB
CMYK
RGB Variations
Color information
#C6ADE5 (or 0xC6ADE5) is known color: Perfume. HEX triplet: C6, AD and E5. RGB value is (198,173,229). Sum of RGB (Red+Green+Blue) = 198+173+229=600 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 229 (89.84% from 255 or 38.17% from 600); Max value from RGB is 229 - color contains mainly: blue. Hex color #C6ADE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ADE5 is #39521A. Grayscale: #BABABA. Windows color (decimal): -3756571 or 15052230. OLE color: 15052230.
HSL color Cylindrical-coordinate representation of color #C6ADE5: hue angle of 266.79º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C6ADE5 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 173 | 229 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.10 |
| HSL | 266.79º | 0.52% | 0.79% | - |
| HSV(B) | 266.79º | 0.24% | 0.9% | - |
| XYZ | 52.38 | 47.55 | 80.55 | - |
| YUV | 186.86 | 151.78 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 173 | 229 | 0.14 | 0.24 | 0 | 0.10 | 266.79 | 0.52 | 0.79 |
| Hex | C6 | AD | E5 | E | 18 | 0 | A | 10B | 34 | 4F |
| Octal | 306 | 255 | 345 | 16 | 30 | 0 | 12 | 413 | 64 | 117 |
| Binary | 11000110 | 10101101 | 11100101 | 1110 | 11000 | 0 | 1010 | 100001011 | 110100 | 1001111 |
Color Harmonies of #C6ADE5
Complementary color
Monochromatic Colors of #C6ADE5
Black with #C6ADE5
Text Example
Text Example
White with #C6ADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ADE5; }
p { color: rgb(198,173,229); }
H1.HeaderClassName
{
color: #C6ADE5;
}
.AnyTagClassName
{
color: #C6ADE5;
}
</style>
background-color css
<style>
a { background-color: #C6ADE5; }
a { background-color: rgb(198,173,229); }
div.DivClassName
{
background-color: #C6ADE5;
}
.BgClassName
{
background-color: #C6ADE5;
}
</style>
border-color css
<style>
span { border-color: #C6ADE5; }
span { border-color: rgb(198,173,229); }
td.TdClassName
{
border-color: #C6ADE5;
}
.TagClassName
{
border-color: #C6ADE5;
}
</style>