Shades of Perfume #C9AFED
Tints of Perfume #C9AFED
RGB
CMYK
RGB Variations
Color information
#C9AFED (or 0xC9AFED) is known color: Perfume. HEX triplet: C9, AF and ED. RGB value is (201,175,237). Sum of RGB (Red+Green+Blue) = 201+175+237=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9AFED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AFED is #365012. Grayscale: #BDBDBD. Windows color (decimal): -3559443 or 15577033. OLE color: 15577033.
HSL color Cylindrical-coordinate representation of color #C9AFED: hue angle of 265.16º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9AFED is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 201 | 175 | 237 | - |
CMYK | 0.15 | 0.26 | 0 | 0.07 |
HSL | 265.16º | 0.63% | 0.81% | - |
HSV(B) | 265.16º | 0.26% | 0.93% | - |
XYZ | 54.7 | 49.19 | 86.73 | - |
YUV | 189.84 | 154.61 | 135.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 175 | 237 | 0.15 | 0.26 | 0 | 0.07 | 265.16 | 0.63 | 0.81 |
Hex | C9 | AF | ED | F | 1A | 0 | 7 | 109 | 3F | 51 |
Octal | 311 | 257 | 355 | 17 | 32 | 0 | 7 | 411 | 77 | 121 |
Binary | 11001001 | 10101111 | 11101101 | 1111 | 11010 | 0 | 111 | 100001001 | 111111 | 1010001 |
Color Harmonies of #C9AFED
Complementary color
Monochromatic Colors of #C9AFED
Black with #C9AFED
Text Example
Text Example
White with #C9AFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AFED; }
p { color: rgb(201,175,237); }
H1.HeaderClassName
{
color: #C9AFED;
}
.AnyTagClassName
{
color: #C9AFED;
}
</style>
background-color css
<style>
a { background-color: #C9AFED; }
a { background-color: rgb(201,175,237); }
div.DivClassName
{
background-color: #C9AFED;
}
.BgClassName
{
background-color: #C9AFED;
}
</style>
border-color css
<style>
span { border-color: #C9AFED; }
span { border-color: rgb(201,175,237); }
td.TdClassName
{
border-color: #C9AFED;
}
.TagClassName
{
border-color: #C9AFED;
}
</style>