Shades of Perfume #C9ADF0
Tints of Perfume #C9ADF0
RGB
CMYK
RGB Variations
Color information
#C9ADF0 (or 0xC9ADF0) is known color: Perfume. HEX triplet: C9, AD and F0. RGB value is (201,173,240). Sum of RGB (Red+Green+Blue) = 201+173+240=614 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.74% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 240 - color contains mainly: blue. Hex color #C9ADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9ADF0 is #36520F. Grayscale: #BCBCBC. Windows color (decimal): -3559952 or 15773129. OLE color: 15773129.
HSL color Cylindrical-coordinate representation of color #C9ADF0: hue angle of 265.07º degrees, saturation: 0.69, 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 #C9ADF0 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 173 | 240 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.06 |
| HSL | 265.07º | 0.69% | 0.81% | - |
| HSV(B) | 265.07º | 0.28% | 0.94% | - |
| XYZ | 54.76 | 48.6 | 88.93 | - |
| YUV | 189.01 | 156.78 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 240 | 0.16 | 0.28 | 0 | 0.06 | 265.07 | 0.69 | 0.81 |
| Hex | C9 | AD | F0 | 10 | 1C | 0 | 6 | 109 | 45 | 51 |
| Octal | 311 | 255 | 360 | 20 | 34 | 0 | 6 | 411 | 105 | 121 |
| Binary | 11001001 | 10101101 | 11110000 | 10000 | 11100 | 0 | 110 | 100001001 | 1000101 | 1010001 |
Color Harmonies of #C9ADF0
Complementary color
Monochromatic Colors of #C9ADF0
Black with #C9ADF0
Text Example
Text Example
White with #C9ADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ADF0; }
p { color: rgb(201,173,240); }
H1.HeaderClassName
{
color: #C9ADF0;
}
.AnyTagClassName
{
color: #C9ADF0;
}
</style>
background-color css
<style>
a { background-color: #C9ADF0; }
a { background-color: rgb(201,173,240); }
div.DivClassName
{
background-color: #C9ADF0;
}
.BgClassName
{
background-color: #C9ADF0;
}
</style>
border-color css
<style>
span { border-color: #C9ADF0; }
span { border-color: rgb(201,173,240); }
td.TdClassName
{
border-color: #C9ADF0;
}
.TagClassName
{
border-color: #C9ADF0;
}
</style>