Shades of Perfume #C9ADDF
Tints of Perfume #C9ADDF
RGB
CMYK
RGB Variations
Color information
#C9ADDF (or 0xC9ADDF) is known color: Perfume. HEX triplet: C9, AD and DF. RGB value is (201,173,223). Sum of RGB (Red+Green+Blue) = 201+173+223=597 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.67% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9ADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ADDF is #365220. Grayscale: #BABABA. Windows color (decimal): -3559969 or 14659017. OLE color: 14659017.
HSL color Cylindrical-coordinate representation of color #C9ADDF: hue angle of 273.6º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9ADDF is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 173 | 223 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.13 |
| HSL | 273.6º | 0.44% | 0.78% | - |
| HSV(B) | 273.6º | 0.22% | 0.87% | - |
| XYZ | 52.35 | 47.63 | 76.25 | - |
| YUV | 187.07 | 148.28 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 223 | 0.10 | 0.22 | 0 | 0.13 | 273.6 | 0.44 | 0.78 |
| Hex | C9 | AD | DF | A | 16 | 0 | D | 112 | 2C | 4E |
| Octal | 311 | 255 | 337 | 12 | 26 | 0 | 15 | 422 | 54 | 116 |
| Binary | 11001001 | 10101101 | 11011111 | 1010 | 10110 | 0 | 1101 | 100010010 | 101100 | 1001110 |
Color Harmonies of #C9ADDF
Complementary color
Monochromatic Colors of #C9ADDF
Black with #C9ADDF
Text Example
Text Example
White with #C9ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ADDF; }
p { color: rgb(201,173,223); }
H1.HeaderClassName
{
color: #C9ADDF;
}
.AnyTagClassName
{
color: #C9ADDF;
}
</style>
background-color css
<style>
a { background-color: #C9ADDF; }
a { background-color: rgb(201,173,223); }
div.DivClassName
{
background-color: #C9ADDF;
}
.BgClassName
{
background-color: #C9ADDF;
}
</style>
border-color css
<style>
span { border-color: #C9ADDF; }
span { border-color: rgb(201,173,223); }
td.TdClassName
{
border-color: #C9ADDF;
}
.TagClassName
{
border-color: #C9ADDF;
}
</style>