Shades of Perfume #C9AFE3
Tints of Perfume #C9AFE3
RGB
CMYK
RGB Variations
Color information
#C9AFE3 (or 0xC9AFE3) is known color: Perfume. HEX triplet: C9, AF and E3. RGB value is (201,175,227). Sum of RGB (Red+Green+Blue) = 201+175+227=603 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.33% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 227 (89.06% from 255 or 37.65% from 603); Max value from RGB is 227 - color contains mainly: blue. Hex color #C9AFE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFE3 is #36501C. Grayscale: #BCBCBC. Windows color (decimal): -3559453 or 14921673. OLE color: 14921673.
HSL color Cylindrical-coordinate representation of color #C9AFE3: hue angle of 270º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9AFE3 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 175 | 227 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.11 |
| HSL | 270º | 0.48% | 0.79% | - |
| HSV(B) | 270º | 0.23% | 0.89% | - |
| XYZ | 53.28 | 48.62 | 79.25 | - |
| YUV | 188.7 | 149.61 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 227 | 0.11 | 0.23 | 0 | 0.11 | 270 | 0.48 | 0.79 |
| Hex | C9 | AF | E3 | B | 17 | 0 | B | 10E | 30 | 4F |
| Octal | 311 | 257 | 343 | 13 | 27 | 0 | 13 | 416 | 60 | 117 |
| Binary | 11001001 | 10101111 | 11100011 | 1011 | 10111 | 0 | 1011 | 100001110 | 110000 | 1001111 |
Color Harmonies of #C9AFE3
Complementary color
Monochromatic Colors of #C9AFE3
Black with #C9AFE3
Text Example
Text Example
White with #C9AFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AFE3; }
p { color: rgb(201,175,227); }
H1.HeaderClassName
{
color: #C9AFE3;
}
.AnyTagClassName
{
color: #C9AFE3;
}
</style>
background-color css
<style>
a { background-color: #C9AFE3; }
a { background-color: rgb(201,175,227); }
div.DivClassName
{
background-color: #C9AFE3;
}
.BgClassName
{
background-color: #C9AFE3;
}
</style>
border-color css
<style>
span { border-color: #C9AFE3; }
span { border-color: rgb(201,175,227); }
td.TdClassName
{
border-color: #C9AFE3;
}
.TagClassName
{
border-color: #C9AFE3;
}
</style>