Shades of Perfume #C9AEED
Tints of Perfume #C9AEED
RGB
CMYK
RGB Variations
Color information
#C9AEED (or 0xC9AEED) is known color: Perfume. HEX triplet: C9, AE and ED. RGB value is (201,174,237). Sum of RGB (Red+Green+Blue) = 201+174+237=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AEED is #365112. Grayscale: #BDBDBD. Windows color (decimal): -3559699 or 15576777. OLE color: 15576777.
HSL color Cylindrical-coordinate representation of color #C9AEED: hue angle of 265.71º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C9AEED is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 174 | 237 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.07 |
| HSL | 265.71º | 0.64% | 0.81% | - |
| HSV(B) | 265.71º | 0.27% | 0.93% | - |
| XYZ | 54.51 | 48.8 | 86.67 | - |
| YUV | 189.26 | 154.95 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 174 | 237 | 0.15 | 0.27 | 0 | 0.07 | 265.71 | 0.64 | 0.81 |
| Hex | C9 | AE | ED | F | 1B | 0 | 7 | 10A | 40 | 51 |
| Octal | 311 | 256 | 355 | 17 | 33 | 0 | 7 | 412 | 100 | 121 |
| Binary | 11001001 | 10101110 | 11101101 | 1111 | 11011 | 0 | 111 | 100001010 | 1000000 | 1010001 |
Color Harmonies of #C9AEED
Complementary color
Monochromatic Colors of #C9AEED
Black with #C9AEED
Text Example
Text Example
White with #C9AEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AEED; }
p { color: rgb(201,174,237); }
H1.HeaderClassName
{
color: #C9AEED;
}
.AnyTagClassName
{
color: #C9AEED;
}
</style>
background-color css
<style>
a { background-color: #C9AEED; }
a { background-color: rgb(201,174,237); }
div.DivClassName
{
background-color: #C9AEED;
}
.BgClassName
{
background-color: #C9AEED;
}
</style>
border-color css
<style>
span { border-color: #C9AEED; }
span { border-color: rgb(201,174,237); }
td.TdClassName
{
border-color: #C9AEED;
}
.TagClassName
{
border-color: #C9AEED;
}
</style>