Shades of Perfume #C6ADEF
Tints of Perfume #C6ADEF
RGB
CMYK
RGB Variations
Color information
#C6ADEF (or 0xC6ADEF) is known color: Perfume. HEX triplet: C6, AD and EF. RGB value is (198,173,239). Sum of RGB (Red+Green+Blue) = 198+173+239=610 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.46% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #C6ADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ADEF is #395210. Grayscale: #BBBBBB. Windows color (decimal): -3756561 or 15707590. OLE color: 15707590.
HSL color Cylindrical-coordinate representation of color #C6ADEF: hue angle of 262.73º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C6ADEF is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 173 | 239 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.06 |
| HSL | 262.73º | 0.67% | 0.81% | - |
| HSV(B) | 262.73º | 0.28% | 0.94% | - |
| XYZ | 53.81 | 48.12 | 88.11 | - |
| YUV | 188 | 156.78 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 173 | 239 | 0.17 | 0.28 | 0 | 0.06 | 262.73 | 0.67 | 0.81 |
| Hex | C6 | AD | EF | 11 | 1C | 0 | 6 | 107 | 43 | 51 |
| Octal | 306 | 255 | 357 | 21 | 34 | 0 | 6 | 407 | 103 | 121 |
| Binary | 11000110 | 10101101 | 11101111 | 10001 | 11100 | 0 | 110 | 100000111 | 1000011 | 1010001 |
Color Harmonies of #C6ADEF
Complementary color
Monochromatic Colors of #C6ADEF
Black with #C6ADEF
Text Example
Text Example
White with #C6ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ADEF; }
p { color: rgb(198,173,239); }
H1.HeaderClassName
{
color: #C6ADEF;
}
.AnyTagClassName
{
color: #C6ADEF;
}
</style>
background-color css
<style>
a { background-color: #C6ADEF; }
a { background-color: rgb(198,173,239); }
div.DivClassName
{
background-color: #C6ADEF;
}
.BgClassName
{
background-color: #C6ADEF;
}
</style>
border-color css
<style>
span { border-color: #C6ADEF; }
span { border-color: rgb(198,173,239); }
td.TdClassName
{
border-color: #C6ADEF;
}
.TagClassName
{
border-color: #C6ADEF;
}
</style>