Shades of Perfume #C9AFE4
Tints of Perfume #C9AFE4
RGB
CMYK
RGB Variations
Color information
#C9AFE4 (or 0xC9AFE4) is known color: Perfume. HEX triplet: C9, AF and E4. RGB value is (201,175,228). Sum of RGB (Red+Green+Blue) = 201+175+228=604 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.28% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 228 (89.45% from 255 or 37.75% from 604); Max value from RGB is 228 - color contains mainly: blue. Hex color #C9AFE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFE4 is #36501B. Grayscale: #BCBCBC. Windows color (decimal): -3559452 or 14987209. OLE color: 14987209.
HSL color Cylindrical-coordinate representation of color #C9AFE4: hue angle of 269.43º degrees, saturation: 0.5, 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 #C9AFE4 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 175 | 228 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.11 |
| HSL | 269.43º | 0.5% | 0.79% | - |
| HSV(B) | 269.43º | 0.23% | 0.89% | - |
| XYZ | 53.42 | 48.68 | 79.98 | - |
| YUV | 188.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 228 | 0.12 | 0.23 | 0 | 0.11 | 269.43 | 0.5 | 0.79 |
| Hex | C9 | AF | E4 | C | 17 | 0 | B | 10D | 32 | 4F |
| Octal | 311 | 257 | 344 | 14 | 27 | 0 | 13 | 415 | 62 | 117 |
| Binary | 11001001 | 10101111 | 11100100 | 1100 | 10111 | 0 | 1011 | 100001101 | 110010 | 1001111 |
Color Harmonies of #C9AFE4
Complementary color
Monochromatic Colors of #C9AFE4
Black with #C9AFE4
Text Example
Text Example
White with #C9AFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AFE4; }
p { color: rgb(201,175,228); }
H1.HeaderClassName
{
color: #C9AFE4;
}
.AnyTagClassName
{
color: #C9AFE4;
}
</style>
background-color css
<style>
a { background-color: #C9AFE4; }
a { background-color: rgb(201,175,228); }
div.DivClassName
{
background-color: #C9AFE4;
}
.BgClassName
{
background-color: #C9AFE4;
}
</style>
border-color css
<style>
span { border-color: #C9AFE4; }
span { border-color: rgb(201,175,228); }
td.TdClassName
{
border-color: #C9AFE4;
}
.TagClassName
{
border-color: #C9AFE4;
}
</style>