Shades of Perfume #C9ADEB
Tints of Perfume #C9ADEB
RGB
CMYK
RGB Variations
Color information
#C9ADEB (or 0xC9ADEB) is known color: Perfume. HEX triplet: C9, AD and EB. RGB value is (201,173,235). Sum of RGB (Red+Green+Blue) = 201+173+235=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9ADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9ADEB is #365214. Grayscale: #BCBCBC. Windows color (decimal): -3559957 or 15445449. OLE color: 15445449.
HSL color Cylindrical-coordinate representation of color #C9ADEB: hue angle of 267.1º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9ADEB is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 173 | 235 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.08 |
| HSL | 267.1º | 0.61% | 0.8% | - |
| HSV(B) | 267.1º | 0.26% | 0.92% | - |
| XYZ | 54.03 | 48.3 | 85.07 | - |
| YUV | 188.44 | 154.28 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 235 | 0.14 | 0.26 | 0 | 0.08 | 267.1 | 0.61 | 0.8 |
| Hex | C9 | AD | EB | E | 1A | 0 | 8 | 10B | 3D | 50 |
| Octal | 311 | 255 | 353 | 16 | 32 | 0 | 10 | 413 | 75 | 120 |
| Binary | 11001001 | 10101101 | 11101011 | 1110 | 11010 | 0 | 1000 | 100001011 | 111101 | 1010000 |
Color Harmonies of #C9ADEB
Complementary color
Monochromatic Colors of #C9ADEB
Black with #C9ADEB
Text Example
Text Example
White with #C9ADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ADEB; }
p { color: rgb(201,173,235); }
H1.HeaderClassName
{
color: #C9ADEB;
}
.AnyTagClassName
{
color: #C9ADEB;
}
</style>
background-color css
<style>
a { background-color: #C9ADEB; }
a { background-color: rgb(201,173,235); }
div.DivClassName
{
background-color: #C9ADEB;
}
.BgClassName
{
background-color: #C9ADEB;
}
</style>
border-color css
<style>
span { border-color: #C9ADEB; }
span { border-color: rgb(201,173,235); }
td.TdClassName
{
border-color: #C9ADEB;
}
.TagClassName
{
border-color: #C9ADEB;
}
</style>