Shades of Perfume #C9AEDF
Tints of Perfume #C9AEDF
RGB
CMYK
RGB Variations
Color information
#C9AEDF (or 0xC9AEDF) is known color: Perfume. HEX triplet: C9, AE and DF. RGB value is (201,174,223). Sum of RGB (Red+Green+Blue) = 201+174+223=598 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.61% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9AEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AEDF is #365120. Grayscale: #BBBBBB. Windows color (decimal): -3559713 or 14659273. OLE color: 14659273.
HSL color Cylindrical-coordinate representation of color #C9AEDF: hue angle of 273.06º degrees, saturation: 0.43, 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 #C9AEDF is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 174 | 223 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.13 |
| HSL | 273.06º | 0.43% | 0.78% | - |
| HSV(B) | 273.06º | 0.22% | 0.87% | - |
| XYZ | 52.54 | 48.02 | 76.31 | - |
| YUV | 187.66 | 147.95 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 174 | 223 | 0.10 | 0.22 | 0 | 0.13 | 273.06 | 0.43 | 0.78 |
| Hex | C9 | AE | DF | A | 16 | 0 | D | 111 | 2B | 4E |
| Octal | 311 | 256 | 337 | 12 | 26 | 0 | 15 | 421 | 53 | 116 |
| Binary | 11001001 | 10101110 | 11011111 | 1010 | 10110 | 0 | 1101 | 100010001 | 101011 | 1001110 |
Color Harmonies of #C9AEDF
Complementary color
Monochromatic Colors of #C9AEDF
Black with #C9AEDF
Text Example
Text Example
White with #C9AEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AEDF; }
p { color: rgb(201,174,223); }
H1.HeaderClassName
{
color: #C9AEDF;
}
.AnyTagClassName
{
color: #C9AEDF;
}
</style>
background-color css
<style>
a { background-color: #C9AEDF; }
a { background-color: rgb(201,174,223); }
div.DivClassName
{
background-color: #C9AEDF;
}
.BgClassName
{
background-color: #C9AEDF;
}
</style>
border-color css
<style>
span { border-color: #C9AEDF; }
span { border-color: rgb(201,174,223); }
td.TdClassName
{
border-color: #C9AEDF;
}
.TagClassName
{
border-color: #C9AEDF;
}
</style>