Shades of Perfume #C4AADC
Tints of Perfume #C4AADC
RGB
CMYK
RGB Variations
Color information
#C4AADC (or 0xC4AADC) is known color: Perfume. HEX triplet: C4, AA and DC. RGB value is (196,170,220). Sum of RGB (Red+Green+Blue) = 196+170+220=586 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.45% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4AADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AADC is #3B5523. Grayscale: #B7B7B7. Windows color (decimal): -3888420 or 14461636. OLE color: 14461636.
HSL color Cylindrical-coordinate representation of color #C4AADC: hue angle of 271.2º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4AADC is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 170 | 220 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.14 |
| HSL | 271.2º | 0.42% | 0.76% | - |
| HSV(B) | 271.2º | 0.23% | 0.86% | - |
| XYZ | 50.06 | 45.65 | 73.88 | - |
| YUV | 183.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 170 | 220 | 0.11 | 0.23 | 0 | 0.14 | 271.2 | 0.42 | 0.76 |
| Hex | C4 | AA | DC | B | 17 | 0 | E | 10F | 2A | 4C |
| Octal | 304 | 252 | 334 | 13 | 27 | 0 | 16 | 417 | 52 | 114 |
| Binary | 11000100 | 10101010 | 11011100 | 1011 | 10111 | 0 | 1110 | 100001111 | 101010 | 1001100 |
Color Harmonies of #C4AADC
Complementary color
Monochromatic Colors of #C4AADC
Black with #C4AADC
Text Example
Text Example
White with #C4AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AADC; }
p { color: rgb(196,170,220); }
H1.HeaderClassName
{
color: #C4AADC;
}
.AnyTagClassName
{
color: #C4AADC;
}
</style>
background-color css
<style>
a { background-color: #C4AADC; }
a { background-color: rgb(196,170,220); }
div.DivClassName
{
background-color: #C4AADC;
}
.BgClassName
{
background-color: #C4AADC;
}
</style>
border-color css
<style>
span { border-color: #C4AADC; }
span { border-color: rgb(196,170,220); }
td.TdClassName
{
border-color: #C4AADC;
}
.TagClassName
{
border-color: #C4AADC;
}
</style>