Shades of Perfume #C6ADE8
Tints of Perfume #C6ADE8
RGB
CMYK
RGB Variations
Color information
#C6ADE8 (or 0xC6ADE8) is known color: Perfume. HEX triplet: C6, AD and E8. RGB value is (198,173,232). Sum of RGB (Red+Green+Blue) = 198+173+232=603 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.84% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 232 (91.02% from 255 or 38.47% from 603); Max value from RGB is 232 - color contains mainly: blue. Hex color #C6ADE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ADE8 is #395217. Grayscale: #BABABA. Windows color (decimal): -3756568 or 15248838. OLE color: 15248838.
HSL color Cylindrical-coordinate representation of color #C6ADE8: hue angle of 265.42º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C6ADE8 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 173 | 232 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.09 |
| HSL | 265.42º | 0.56% | 0.79% | - |
| HSV(B) | 265.42º | 0.25% | 0.91% | - |
| XYZ | 52.8 | 47.72 | 82.77 | - |
| YUV | 187.2 | 153.28 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 173 | 232 | 0.15 | 0.25 | 0 | 0.09 | 265.42 | 0.56 | 0.79 |
| Hex | C6 | AD | E8 | F | 19 | 0 | 9 | 109 | 38 | 4F |
| Octal | 306 | 255 | 350 | 17 | 31 | 0 | 11 | 411 | 70 | 117 |
| Binary | 11000110 | 10101101 | 11101000 | 1111 | 11001 | 0 | 1001 | 100001001 | 111000 | 1001111 |
Color Harmonies of #C6ADE8
Complementary color
Monochromatic Colors of #C6ADE8
Black with #C6ADE8
Text Example
Text Example
White with #C6ADE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ADE8; }
p { color: rgb(198,173,232); }
H1.HeaderClassName
{
color: #C6ADE8;
}
.AnyTagClassName
{
color: #C6ADE8;
}
</style>
background-color css
<style>
a { background-color: #C6ADE8; }
a { background-color: rgb(198,173,232); }
div.DivClassName
{
background-color: #C6ADE8;
}
.BgClassName
{
background-color: #C6ADE8;
}
</style>
border-color css
<style>
span { border-color: #C6ADE8; }
span { border-color: rgb(198,173,232); }
td.TdClassName
{
border-color: #C6ADE8;
}
.TagClassName
{
border-color: #C6ADE8;
}
</style>