Shades of Perfume #C8ACDF
Tints of Perfume #C8ACDF
RGB
CMYK
RGB Variations
Color information
#C8ACDF (or 0xC8ACDF) is known color: Perfume. HEX triplet: C8, AC and DF. RGB value is (200,172,223). Sum of RGB (Red+Green+Blue) = 200+172+223=595 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.61% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #C8ACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ACDF is #375320. Grayscale: #BABABA. Windows color (decimal): -3625761 or 14658760. OLE color: 14658760.
HSL color Cylindrical-coordinate representation of color #C8ACDF: hue angle of 272.94º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8ACDF is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 172 | 223 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.13 |
| HSL | 272.94º | 0.44% | 0.77% | - |
| HSV(B) | 272.94º | 0.23% | 0.87% | - |
| XYZ | 51.89 | 47.11 | 76.17 | - |
| YUV | 186.19 | 148.78 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 223 | 0.10 | 0.23 | 0 | 0.13 | 272.94 | 0.44 | 0.77 |
| Hex | C8 | AC | DF | A | 17 | 0 | D | 111 | 2C | 4D |
| Octal | 310 | 254 | 337 | 12 | 27 | 0 | 15 | 421 | 54 | 115 |
| Binary | 11001000 | 10101100 | 11011111 | 1010 | 10111 | 0 | 1101 | 100010001 | 101100 | 1001101 |
Color Harmonies of #C8ACDF
Complementary color
Monochromatic Colors of #C8ACDF
Black with #C8ACDF
Text Example
Text Example
White with #C8ACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ACDF; }
p { color: rgb(200,172,223); }
H1.HeaderClassName
{
color: #C8ACDF;
}
.AnyTagClassName
{
color: #C8ACDF;
}
</style>
background-color css
<style>
a { background-color: #C8ACDF; }
a { background-color: rgb(200,172,223); }
div.DivClassName
{
background-color: #C8ACDF;
}
.BgClassName
{
background-color: #C8ACDF;
}
</style>
border-color css
<style>
span { border-color: #C8ACDF; }
span { border-color: rgb(200,172,223); }
td.TdClassName
{
border-color: #C8ACDF;
}
.TagClassName
{
border-color: #C8ACDF;
}
</style>