Shades of Perfume #C8ACDD
Tints of Perfume #C8ACDD
RGB
CMYK
RGB Variations
Color information
#C8ACDD (or 0xC8ACDD) is known color: Perfume. HEX triplet: C8, AC and DD. RGB value is (200,172,221). Sum of RGB (Red+Green+Blue) = 200+172+221=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ACDD is #375322. Grayscale: #B9B9B9. Windows color (decimal): -3625763 or 14527688. OLE color: 14527688.
HSL color Cylindrical-coordinate representation of color #C8ACDD: hue angle of 274.29º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8ACDD is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 172 | 221 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.13 |
| HSL | 274.29º | 0.42% | 0.77% | - |
| HSV(B) | 274.29º | 0.22% | 0.87% | - |
| XYZ | 51.62 | 47 | 74.76 | - |
| YUV | 185.96 | 147.78 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 221 | 0.10 | 0.22 | 0 | 0.13 | 274.29 | 0.42 | 0.77 |
| Hex | C8 | AC | DD | A | 16 | 0 | D | 112 | 2A | 4D |
| Octal | 310 | 254 | 335 | 12 | 26 | 0 | 15 | 422 | 52 | 115 |
| Binary | 11001000 | 10101100 | 11011101 | 1010 | 10110 | 0 | 1101 | 100010010 | 101010 | 1001101 |
Color Harmonies of #C8ACDD
Complementary color
Monochromatic Colors of #C8ACDD
Black with #C8ACDD
Text Example
Text Example
White with #C8ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ACDD; }
p { color: rgb(200,172,221); }
H1.HeaderClassName
{
color: #C8ACDD;
}
.AnyTagClassName
{
color: #C8ACDD;
}
</style>
background-color css
<style>
a { background-color: #C8ACDD; }
a { background-color: rgb(200,172,221); }
div.DivClassName
{
background-color: #C8ACDD;
}
.BgClassName
{
background-color: #C8ACDD;
}
</style>
border-color css
<style>
span { border-color: #C8ACDD; }
span { border-color: rgb(200,172,221); }
td.TdClassName
{
border-color: #C8ACDD;
}
.TagClassName
{
border-color: #C8ACDD;
}
</style>