Shades of Perfume #C9ADEF
Tints of Perfume #C9ADEF
RGB
CMYK
RGB Variations
Color information
#C9ADEF (or 0xC9ADEF) is known color: Perfume. HEX triplet: C9, AD and EF. RGB value is (201,173,239). Sum of RGB (Red+Green+Blue) = 201+173+239=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #C9ADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9ADEF is #365210. Grayscale: #BCBCBC. Windows color (decimal): -3559953 or 15707593. OLE color: 15707593.
HSL color Cylindrical-coordinate representation of color #C9ADEF: hue angle of 265.45º 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 #C9ADEF is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 173 | 239 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.06 |
| HSL | 265.45º | 0.67% | 0.81% | - |
| HSV(B) | 265.45º | 0.28% | 0.94% | - |
| XYZ | 54.61 | 48.54 | 88.15 | - |
| YUV | 188.9 | 156.28 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 239 | 0.16 | 0.28 | 0 | 0.06 | 265.45 | 0.67 | 0.81 |
| Hex | C9 | AD | EF | 10 | 1C | 0 | 6 | 109 | 43 | 51 |
| Octal | 311 | 255 | 357 | 20 | 34 | 0 | 6 | 411 | 103 | 121 |
| Binary | 11001001 | 10101101 | 11101111 | 10000 | 11100 | 0 | 110 | 100001001 | 1000011 | 1010001 |
Color Harmonies of #C9ADEF
Complementary color
Monochromatic Colors of #C9ADEF
Black with #C9ADEF
Text Example
Text Example
White with #C9ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ADEF; }
p { color: rgb(201,173,239); }
H1.HeaderClassName
{
color: #C9ADEF;
}
.AnyTagClassName
{
color: #C9ADEF;
}
</style>
background-color css
<style>
a { background-color: #C9ADEF; }
a { background-color: rgb(201,173,239); }
div.DivClassName
{
background-color: #C9ADEF;
}
.BgClassName
{
background-color: #C9ADEF;
}
</style>
border-color css
<style>
span { border-color: #C9ADEF; }
span { border-color: rgb(201,173,239); }
td.TdClassName
{
border-color: #C9ADEF;
}
.TagClassName
{
border-color: #C9ADEF;
}
</style>