Shades of Perfume #C4ABDF
Tints of Perfume #C4ABDF
RGB
CMYK
RGB Variations
Color information
#C4ABDF (or 0xC4ABDF) is known color: Perfume. HEX triplet: C4, AB and DF. RGB value is (196,171,223). Sum of RGB (Red+Green+Blue) = 196+171+223=590 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.22% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4ABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ABDF is #3B5420. Grayscale: #B8B8B8. Windows color (decimal): -3888161 or 14658500. OLE color: 14658500.
HSL color Cylindrical-coordinate representation of color #C4ABDF: hue angle of 268.85º degrees, saturation: 0.45, 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 #C4ABDF is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 171 | 223 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.13 |
| HSL | 268.85º | 0.45% | 0.77% | - |
| HSV(B) | 268.85º | 0.23% | 0.87% | - |
| XYZ | 50.65 | 46.19 | 76.06 | - |
| YUV | 184.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 223 | 0.12 | 0.23 | 0 | 0.13 | 268.85 | 0.45 | 0.77 |
| Hex | C4 | AB | DF | C | 17 | 0 | D | 10D | 2D | 4D |
| Octal | 304 | 253 | 337 | 14 | 27 | 0 | 15 | 415 | 55 | 115 |
| Binary | 11000100 | 10101011 | 11011111 | 1100 | 10111 | 0 | 1101 | 100001101 | 101101 | 1001101 |
Color Harmonies of #C4ABDF
Complementary color
Monochromatic Colors of #C4ABDF
Black with #C4ABDF
Text Example
Text Example
White with #C4ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ABDF; }
p { color: rgb(196,171,223); }
H1.HeaderClassName
{
color: #C4ABDF;
}
.AnyTagClassName
{
color: #C4ABDF;
}
</style>
background-color css
<style>
a { background-color: #C4ABDF; }
a { background-color: rgb(196,171,223); }
div.DivClassName
{
background-color: #C4ABDF;
}
.BgClassName
{
background-color: #C4ABDF;
}
</style>
border-color css
<style>
span { border-color: #C4ABDF; }
span { border-color: rgb(196,171,223); }
td.TdClassName
{
border-color: #C4ABDF;
}
.TagClassName
{
border-color: #C4ABDF;
}
</style>