Shades of Perfume #C5ACE3
Tints of Perfume #C5ACE3
RGB
CMYK
RGB Variations
Color information
#C5ACE3 (or 0xC5ACE3) is known color: Perfume. HEX triplet: C5, AC and E3. RGB value is (197,172,227). Sum of RGB (Red+Green+Blue) = 197+172+227=596 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.05% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 227 (89.06% from 255 or 38.09% from 596); Max value from RGB is 227 - color contains mainly: blue. Hex color #C5ACE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ACE3 is #3A531C. Grayscale: #B9B9B9. Windows color (decimal): -3822365 or 14920901. OLE color: 14920901.
HSL color Cylindrical-coordinate representation of color #C5ACE3: hue angle of 267.27º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5ACE3 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 197 | 172 | 227 | - |
CMYK | 0.13 | 0.24 | 0 | 0.11 |
HSL | 267.27º | 0.5% | 0.78% | - |
HSV(B) | 267.27º | 0.24% | 0.89% | - |
XYZ | 51.64 | 46.92 | 79.01 | - |
YUV | 185.75 | 151.28 | 136.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 172 | 227 | 0.13 | 0.24 | 0 | 0.11 | 267.27 | 0.5 | 0.78 |
Hex | C5 | AC | E3 | D | 18 | 0 | B | 10B | 32 | 4E |
Octal | 305 | 254 | 343 | 15 | 30 | 0 | 13 | 413 | 62 | 116 |
Binary | 11000101 | 10101100 | 11100011 | 1101 | 11000 | 0 | 1011 | 100001011 | 110010 | 1001110 |
Color Harmonies of #C5ACE3
Complementary color
Monochromatic Colors of #C5ACE3
Black with #C5ACE3
Text Example
Text Example
White with #C5ACE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ACE3; }
p { color: rgb(197,172,227); }
H1.HeaderClassName
{
color: #C5ACE3;
}
.AnyTagClassName
{
color: #C5ACE3;
}
</style>
background-color css
<style>
a { background-color: #C5ACE3; }
a { background-color: rgb(197,172,227); }
div.DivClassName
{
background-color: #C5ACE3;
}
.BgClassName
{
background-color: #C5ACE3;
}
</style>
border-color css
<style>
span { border-color: #C5ACE3; }
span { border-color: rgb(197,172,227); }
td.TdClassName
{
border-color: #C5ACE3;
}
.TagClassName
{
border-color: #C5ACE3;
}
</style>