Shades of Perfume #C4ACE8
Tints of Perfume #C4ACE8
RGB
CMYK
RGB Variations
Color information
#C4ACE8 (or 0xC4ACE8) is known color: Perfume. HEX triplet: C4, AC and E8. RGB value is (196,172,232). Sum of RGB (Red+Green+Blue) = 196+172+232=600 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.67% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 232 (91.02% from 255 or 38.67% from 600); Max value from RGB is 232 - color contains mainly: blue. Hex color #C4ACE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ACE8 is #3B5317. Grayscale: #B9B9B9. Windows color (decimal): -3887896 or 15248580. OLE color: 15248580.
HSL color Cylindrical-coordinate representation of color #C4ACE8: hue angle of 264º 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 #C4ACE8 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 172 | 232 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.09 |
| HSL | 264º | 0.57% | 0.79% | - |
| HSV(B) | 264º | 0.26% | 0.91% | - |
| XYZ | 52.08 | 47.07 | 82.68 | - |
| YUV | 186.02 | 153.95 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 172 | 232 | 0.16 | 0.26 | 0 | 0.09 | 264 | 0.57 | 0.79 |
| Hex | C4 | AC | E8 | 10 | 1A | 0 | 9 | 108 | 39 | 4F |
| Octal | 304 | 254 | 350 | 20 | 32 | 0 | 11 | 410 | 71 | 117 |
| Binary | 11000100 | 10101100 | 11101000 | 10000 | 11010 | 0 | 1001 | 100001000 | 111001 | 1001111 |
Color Harmonies of #C4ACE8
Complementary color
Monochromatic Colors of #C4ACE8
Black with #C4ACE8
Text Example
Text Example
White with #C4ACE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ACE8; }
p { color: rgb(196,172,232); }
H1.HeaderClassName
{
color: #C4ACE8;
}
.AnyTagClassName
{
color: #C4ACE8;
}
</style>
background-color css
<style>
a { background-color: #C4ACE8; }
a { background-color: rgb(196,172,232); }
div.DivClassName
{
background-color: #C4ACE8;
}
.BgClassName
{
background-color: #C4ACE8;
}
</style>
border-color css
<style>
span { border-color: #C4ACE8; }
span { border-color: rgb(196,172,232); }
td.TdClassName
{
border-color: #C4ACE8;
}
.TagClassName
{
border-color: #C4ACE8;
}
</style>