Shades of Perfume #C8ACED
Tints of Perfume #C8ACED
RGB
CMYK
RGB Variations
Color information
#C8ACED (or 0xC8ACED) is known color: Perfume. HEX triplet: C8, AC and ED. RGB value is (200,172,237). Sum of RGB (Red+Green+Blue) = 200+172+237=609 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.84% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8ACED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ACED is #375312. Grayscale: #BBBBBB. Windows color (decimal): -3625747 or 15576264. OLE color: 15576264.
HSL color Cylindrical-coordinate representation of color #C8ACED: hue angle of 265.85º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8ACED is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 172 | 237 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.07 |
| HSL | 265.85º | 0.64% | 0.8% | - |
| HSV(B) | 265.85º | 0.27% | 0.93% | - |
| XYZ | 53.86 | 47.9 | 86.53 | - |
| YUV | 187.78 | 155.78 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 237 | 0.16 | 0.27 | 0 | 0.07 | 265.85 | 0.64 | 0.8 |
| Hex | C8 | AC | ED | 10 | 1B | 0 | 7 | 10A | 40 | 50 |
| Octal | 310 | 254 | 355 | 20 | 33 | 0 | 7 | 412 | 100 | 120 |
| Binary | 11001000 | 10101100 | 11101101 | 10000 | 11011 | 0 | 111 | 100001010 | 1000000 | 1010000 |
Color Harmonies of #C8ACED
Complementary color
Monochromatic Colors of #C8ACED
Black with #C8ACED
Text Example
Text Example
White with #C8ACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ACED; }
p { color: rgb(200,172,237); }
H1.HeaderClassName
{
color: #C8ACED;
}
.AnyTagClassName
{
color: #C8ACED;
}
</style>
background-color css
<style>
a { background-color: #C8ACED; }
a { background-color: rgb(200,172,237); }
div.DivClassName
{
background-color: #C8ACED;
}
.BgClassName
{
background-color: #C8ACED;
}
</style>
border-color css
<style>
span { border-color: #C8ACED; }
span { border-color: rgb(200,172,237); }
td.TdClassName
{
border-color: #C8ACED;
}
.TagClassName
{
border-color: #C8ACED;
}
</style>