Shades of Perfume #C9AEF1
Tints of Perfume #C9AEF1
RGB
CMYK
RGB Variations
Color information
#C9AEF1 (or 0xC9AEF1) is known color: Perfume. HEX triplet: C9, AE and F1. RGB value is (201,174,241). Sum of RGB (Red+Green+Blue) = 201+174+241=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #C9AEF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AEF1 is #36510E. Grayscale: #BDBDBD. Windows color (decimal): -3559695 or 15838921. OLE color: 15838921.
HSL color Cylindrical-coordinate representation of color #C9AEF1: hue angle of 264.18º 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 #C9AEF1 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 174 | 241 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.05 |
| HSL | 264.18º | 0.71% | 0.81% | - |
| HSV(B) | 264.18º | 0.28% | 0.95% | - |
| XYZ | 55.1 | 49.04 | 89.78 | - |
| YUV | 189.71 | 156.95 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 174 | 241 | 0.17 | 0.28 | 0 | 0.05 | 264.18 | 0.71 | 0.81 |
| Hex | C9 | AE | F1 | 11 | 1C | 0 | 5 | 108 | 47 | 51 |
| Octal | 311 | 256 | 361 | 21 | 34 | 0 | 5 | 410 | 107 | 121 |
| Binary | 11001001 | 10101110 | 11110001 | 10001 | 11100 | 0 | 101 | 100001000 | 1000111 | 1010001 |
Color Harmonies of #C9AEF1
Complementary color
Monochromatic Colors of #C9AEF1
Black with #C9AEF1
Text Example
Text Example
White with #C9AEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AEF1; }
p { color: rgb(201,174,241); }
H1.HeaderClassName
{
color: #C9AEF1;
}
.AnyTagClassName
{
color: #C9AEF1;
}
</style>
background-color css
<style>
a { background-color: #C9AEF1; }
a { background-color: rgb(201,174,241); }
div.DivClassName
{
background-color: #C9AEF1;
}
.BgClassName
{
background-color: #C9AEF1;
}
</style>
border-color css
<style>
span { border-color: #C9AEF1; }
span { border-color: rgb(201,174,241); }
td.TdClassName
{
border-color: #C9AEF1;
}
.TagClassName
{
border-color: #C9AEF1;
}
</style>