Shades of Perfume #C5ACDD
Tints of Perfume #C5ACDD
RGB
CMYK
RGB Variations
Color information
#C5ACDD (or 0xC5ACDD) is known color: Perfume. HEX triplet: C5, AC and DD. RGB value is (197,172,221). Sum of RGB (Red+Green+Blue) = 197+172+221=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ACDD is #3A5322. Grayscale: #B8B8B8. Windows color (decimal): -3822371 or 14527685. OLE color: 14527685.
HSL color Cylindrical-coordinate representation of color #C5ACDD: hue angle of 270.61º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5ACDD is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 197 | 172 | 221 | - |
CMYK | 0.11 | 0.22 | 0 | 0.13 |
HSL | 270.61º | 0.42% | 0.77% | - |
HSV(B) | 270.61º | 0.22% | 0.87% | - |
XYZ | 50.83 | 46.6 | 74.72 | - |
YUV | 185.06 | 148.28 | 136.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 172 | 221 | 0.11 | 0.22 | 0 | 0.13 | 270.61 | 0.42 | 0.77 |
Hex | C5 | AC | DD | B | 16 | 0 | D | 10F | 2A | 4D |
Octal | 305 | 254 | 335 | 13 | 26 | 0 | 15 | 417 | 52 | 115 |
Binary | 11000101 | 10101100 | 11011101 | 1011 | 10110 | 0 | 1101 | 100001111 | 101010 | 1001101 |
Color Harmonies of #C5ACDD
Complementary color
Monochromatic Colors of #C5ACDD
Black with #C5ACDD
Text Example
Text Example
White with #C5ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ACDD; }
p { color: rgb(197,172,221); }
H1.HeaderClassName
{
color: #C5ACDD;
}
.AnyTagClassName
{
color: #C5ACDD;
}
</style>
background-color css
<style>
a { background-color: #C5ACDD; }
a { background-color: rgb(197,172,221); }
div.DivClassName
{
background-color: #C5ACDD;
}
.BgClassName
{
background-color: #C5ACDD;
}
</style>
border-color css
<style>
span { border-color: #C5ACDD; }
span { border-color: rgb(197,172,221); }
td.TdClassName
{
border-color: #C5ACDD;
}
.TagClassName
{
border-color: #C5ACDD;
}
</style>