Shades of Perfume #C9ADE2
Tints of Perfume #C9ADE2
RGB
CMYK
RGB Variations
Color information
#C9ADE2 (or 0xC9ADE2) is known color: Perfume. HEX triplet: C9, AD and E2. RGB value is (201,173,226). Sum of RGB (Red+Green+Blue) = 201+173+226=600 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.5% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 226 (88.67% from 255 or 37.67% from 600); Max value from RGB is 226 - color contains mainly: blue. Hex color #C9ADE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ADE2 is #36521D. Grayscale: #BBBBBB. Windows color (decimal): -3559966 or 14855625. OLE color: 14855625.
HSL color Cylindrical-coordinate representation of color #C9ADE2: hue angle of 271.7º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9ADE2 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 173 | 226 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.11 |
| HSL | 271.7º | 0.48% | 0.78% | - |
| HSV(B) | 271.7º | 0.23% | 0.89% | - |
| XYZ | 52.76 | 47.8 | 78.4 | - |
| YUV | 187.41 | 149.78 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 226 | 0.11 | 0.23 | 0 | 0.11 | 271.7 | 0.48 | 0.78 |
| Hex | C9 | AD | E2 | B | 17 | 0 | B | 110 | 30 | 4E |
| Octal | 311 | 255 | 342 | 13 | 27 | 0 | 13 | 420 | 60 | 116 |
| Binary | 11001001 | 10101101 | 11100010 | 1011 | 10111 | 0 | 1011 | 100010000 | 110000 | 1001110 |
Color Harmonies of #C9ADE2
Complementary color
Monochromatic Colors of #C9ADE2
Black with #C9ADE2
Text Example
Text Example
White with #C9ADE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ADE2; }
p { color: rgb(201,173,226); }
H1.HeaderClassName
{
color: #C9ADE2;
}
.AnyTagClassName
{
color: #C9ADE2;
}
</style>
background-color css
<style>
a { background-color: #C9ADE2; }
a { background-color: rgb(201,173,226); }
div.DivClassName
{
background-color: #C9ADE2;
}
.BgClassName
{
background-color: #C9ADE2;
}
</style>
border-color css
<style>
span { border-color: #C9ADE2; }
span { border-color: rgb(201,173,226); }
td.TdClassName
{
border-color: #C9ADE2;
}
.TagClassName
{
border-color: #C9ADE2;
}
</style>