Shades of Perfume #C8ACE8
Tints of Perfume #C8ACE8
RGB
CMYK
RGB Variations
Color information
#C8ACE8 (or 0xC8ACE8) is known color: Perfume. HEX triplet: C8, AC and E8. RGB value is (200,172,232). Sum of RGB (Red+Green+Blue) = 200+172+232=604 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.11% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 232 - color contains mainly: blue. Hex color #C8ACE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ACE8 is #375317. Grayscale: #BBBBBB. Windows color (decimal): -3625752 or 15248584. OLE color: 15248584.
HSL color Cylindrical-coordinate representation of color #C8ACE8: hue angle of 268º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8ACE8 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 172 | 232 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.09 |
| HSL | 268º | 0.57% | 0.79% | - |
| HSV(B) | 268º | 0.26% | 0.91% | - |
| XYZ | 53.14 | 47.61 | 82.73 | - |
| YUV | 187.21 | 153.28 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 232 | 0.14 | 0.26 | 0 | 0.09 | 268 | 0.57 | 0.79 |
| Hex | C8 | AC | E8 | E | 1A | 0 | 9 | 10C | 39 | 4F |
| Octal | 310 | 254 | 350 | 16 | 32 | 0 | 11 | 414 | 71 | 117 |
| Binary | 11001000 | 10101100 | 11101000 | 1110 | 11010 | 0 | 1001 | 100001100 | 111001 | 1001111 |
Color Harmonies of #C8ACE8
Complementary color
Monochromatic Colors of #C8ACE8
Black with #C8ACE8
Text Example
Text Example
White with #C8ACE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ACE8; }
p { color: rgb(200,172,232); }
H1.HeaderClassName
{
color: #C8ACE8;
}
.AnyTagClassName
{
color: #C8ACE8;
}
</style>
background-color css
<style>
a { background-color: #C8ACE8; }
a { background-color: rgb(200,172,232); }
div.DivClassName
{
background-color: #C8ACE8;
}
.BgClassName
{
background-color: #C8ACE8;
}
</style>
border-color css
<style>
span { border-color: #C8ACE8; }
span { border-color: rgb(200,172,232); }
td.TdClassName
{
border-color: #C8ACE8;
}
.TagClassName
{
border-color: #C8ACE8;
}
</style>