Shades of Perfume #C5ACDF
Tints of Perfume #C5ACDF
RGB
CMYK
RGB Variations
Color information
#C5ACDF (or 0xC5ACDF) is known color: Perfume. HEX triplet: C5, AC and DF. RGB value is (197,172,223). Sum of RGB (Red+Green+Blue) = 197+172+223=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5ACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ACDF is #3A5320. Grayscale: #B9B9B9. Windows color (decimal): -3822369 or 14658757. OLE color: 14658757.
HSL color Cylindrical-coordinate representation of color #C5ACDF: hue angle of 269.41º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5ACDF is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 197 | 172 | 223 | - |
CMYK | 0.12 | 0.23 | 0 | 0.13 |
HSL | 269.41º | 0.44% | 0.77% | - |
HSV(B) | 269.41º | 0.23% | 0.87% | - |
XYZ | 51.1 | 46.7 | 76.13 | - |
YUV | 185.29 | 149.28 | 136.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 172 | 223 | 0.12 | 0.23 | 0 | 0.13 | 269.41 | 0.44 | 0.77 |
Hex | C5 | AC | DF | C | 17 | 0 | D | 10D | 2C | 4D |
Octal | 305 | 254 | 337 | 14 | 27 | 0 | 15 | 415 | 54 | 115 |
Binary | 11000101 | 10101100 | 11011111 | 1100 | 10111 | 0 | 1101 | 100001101 | 101100 | 1001101 |
Color Harmonies of #C5ACDF
Complementary color
Monochromatic Colors of #C5ACDF
Black with #C5ACDF
Text Example
Text Example
White with #C5ACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ACDF; }
p { color: rgb(197,172,223); }
H1.HeaderClassName
{
color: #C5ACDF;
}
.AnyTagClassName
{
color: #C5ACDF;
}
</style>
background-color css
<style>
a { background-color: #C5ACDF; }
a { background-color: rgb(197,172,223); }
div.DivClassName
{
background-color: #C5ACDF;
}
.BgClassName
{
background-color: #C5ACDF;
}
</style>
border-color css
<style>
span { border-color: #C5ACDF; }
span { border-color: rgb(197,172,223); }
td.TdClassName
{
border-color: #C5ACDF;
}
.TagClassName
{
border-color: #C5ACDF;
}
</style>