Shades of Perfume #C1ACDF
Tints of Perfume #C1ACDF
RGB
CMYK
RGB Variations
Color information
#C1ACDF (or 0xC1ACDF) is known color: Perfume. HEX triplet: C1, AC and DF. RGB value is (193,172,223). Sum of RGB (Red+Green+Blue) = 193+172+223=588 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.82% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #C1ACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ACDF is #3E5320. Grayscale: #B7B7B7. Windows color (decimal): -4084513 or 14658753. OLE color: 14658753.
HSL color Cylindrical-coordinate representation of color #C1ACDF: hue angle of 264.71º 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 #C1ACDF is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 172 | 223 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.13 |
| HSL | 264.71º | 0.44% | 0.77% | - |
| HSV(B) | 264.71º | 0.23% | 0.87% | - |
| XYZ | 50.06 | 46.17 | 76.09 | - |
| YUV | 184.09 | 149.96 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 172 | 223 | 0.13 | 0.23 | 0 | 0.13 | 264.71 | 0.44 | 0.77 |
| Hex | C1 | AC | DF | D | 17 | 0 | D | 109 | 2C | 4D |
| Octal | 301 | 254 | 337 | 15 | 27 | 0 | 15 | 411 | 54 | 115 |
| Binary | 11000001 | 10101100 | 11011111 | 1101 | 10111 | 0 | 1101 | 100001001 | 101100 | 1001101 |
Color Harmonies of #C1ACDF
Complementary color
Monochromatic Colors of #C1ACDF
Black with #C1ACDF
Text Example
Text Example
White with #C1ACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ACDF; }
p { color: rgb(193,172,223); }
H1.HeaderClassName
{
color: #C1ACDF;
}
.AnyTagClassName
{
color: #C1ACDF;
}
</style>
background-color css
<style>
a { background-color: #C1ACDF; }
a { background-color: rgb(193,172,223); }
div.DivClassName
{
background-color: #C1ACDF;
}
.BgClassName
{
background-color: #C1ACDF;
}
</style>
border-color css
<style>
span { border-color: #C1ACDF; }
span { border-color: rgb(193,172,223); }
td.TdClassName
{
border-color: #C1ACDF;
}
.TagClassName
{
border-color: #C1ACDF;
}
</style>