Shades of Perfume #C9ADF1
Tints of Perfume #C9ADF1
RGB
CMYK
RGB Variations
Color information
#C9ADF1 (or 0xC9ADF1) is known color: Perfume. HEX triplet: C9, AD and F1. RGB value is (201,173,241). Sum of RGB (Red+Green+Blue) = 201+173+241=615 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.68% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #C9ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9ADF1 is #36520E. Grayscale: #BCBCBC. Windows color (decimal): -3559951 or 15838665. OLE color: 15838665.
HSL color Cylindrical-coordinate representation of color #C9ADF1: hue angle of 264.71º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C9ADF1 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 173 | 241 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.05 |
| HSL | 264.71º | 0.71% | 0.81% | - |
| HSV(B) | 264.71º | 0.28% | 0.95% | - |
| XYZ | 54.91 | 48.66 | 89.72 | - |
| YUV | 189.12 | 157.28 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 241 | 0.17 | 0.28 | 0 | 0.05 | 264.71 | 0.71 | 0.81 |
| Hex | C9 | AD | F1 | 11 | 1C | 0 | 5 | 109 | 47 | 51 |
| Octal | 311 | 255 | 361 | 21 | 34 | 0 | 5 | 411 | 107 | 121 |
| Binary | 11001001 | 10101101 | 11110001 | 10001 | 11100 | 0 | 101 | 100001001 | 1000111 | 1010001 |
Color Harmonies of #C9ADF1
Complementary color
Monochromatic Colors of #C9ADF1
Black with #C9ADF1
Text Example
Text Example
White with #C9ADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ADF1; }
p { color: rgb(201,173,241); }
H1.HeaderClassName
{
color: #C9ADF1;
}
.AnyTagClassName
{
color: #C9ADF1;
}
</style>
background-color css
<style>
a { background-color: #C9ADF1; }
a { background-color: rgb(201,173,241); }
div.DivClassName
{
background-color: #C9ADF1;
}
.BgClassName
{
background-color: #C9ADF1;
}
</style>
border-color css
<style>
span { border-color: #C9ADF1; }
span { border-color: rgb(201,173,241); }
td.TdClassName
{
border-color: #C9ADF1;
}
.TagClassName
{
border-color: #C9ADF1;
}
</style>