Shades of Perfume #C8AADF
Tints of Perfume #C8AADF
RGB
CMYK
RGB Variations
Color information
#C8AADF (or 0xC8AADF) is known color: Perfume. HEX triplet: C8, AA and DF. RGB value is (200,170,223). Sum of RGB (Red+Green+Blue) = 200+170+223=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #C8AADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AADF is #375520. Grayscale: #B8B8B8. Windows color (decimal): -3626273 or 14658248. OLE color: 14658248.
HSL color Cylindrical-coordinate representation of color #C8AADF: hue angle of 273.96º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8AADF is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 170 | 223 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.13 |
| HSL | 273.96º | 0.45% | 0.77% | - |
| HSV(B) | 273.96º | 0.24% | 0.87% | - |
| XYZ | 51.51 | 46.36 | 76.04 | - |
| YUV | 185.01 | 149.44 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 223 | 0.10 | 0.24 | 0 | 0.13 | 273.96 | 0.45 | 0.77 |
| Hex | C8 | AA | DF | A | 18 | 0 | D | 112 | 2D | 4D |
| Octal | 310 | 252 | 337 | 12 | 30 | 0 | 15 | 422 | 55 | 115 |
| Binary | 11001000 | 10101010 | 11011111 | 1010 | 11000 | 0 | 1101 | 100010010 | 101101 | 1001101 |
Color Harmonies of #C8AADF
Complementary color
Monochromatic Colors of #C8AADF
Black with #C8AADF
Text Example
Text Example
White with #C8AADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AADF; }
p { color: rgb(200,170,223); }
H1.HeaderClassName
{
color: #C8AADF;
}
.AnyTagClassName
{
color: #C8AADF;
}
</style>
background-color css
<style>
a { background-color: #C8AADF; }
a { background-color: rgb(200,170,223); }
div.DivClassName
{
background-color: #C8AADF;
}
.BgClassName
{
background-color: #C8AADF;
}
</style>
border-color css
<style>
span { border-color: #C8AADF; }
span { border-color: rgb(200,170,223); }
td.TdClassName
{
border-color: #C8AADF;
}
.TagClassName
{
border-color: #C8AADF;
}
</style>