Shades of Perfume #C4AADE
Tints of Perfume #C4AADE
RGB
CMYK
RGB Variations
Color information
#C4AADE (or 0xC4AADE) is known color: Perfume. HEX triplet: C4, AA and DE. RGB value is (196,170,222). Sum of RGB (Red+Green+Blue) = 196+170+222=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 222 - color contains mainly: blue. Hex color #C4AADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AADE is #3B5521. Grayscale: #B7B7B7. Windows color (decimal): -3888418 or 14592708. OLE color: 14592708.
HSL color Cylindrical-coordinate representation of color #C4AADE: hue angle of 270º 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 #C4AADE is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 170 | 222 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.13 |
| HSL | 270º | 0.44% | 0.77% | - |
| HSV(B) | 270º | 0.23% | 0.87% | - |
| XYZ | 50.32 | 45.76 | 75.29 | - |
| YUV | 183.7 | 149.61 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 170 | 222 | 0.12 | 0.23 | 0 | 0.13 | 270 | 0.44 | 0.77 |
| Hex | C4 | AA | DE | C | 17 | 0 | D | 10E | 2C | 4D |
| Octal | 304 | 252 | 336 | 14 | 27 | 0 | 15 | 416 | 54 | 115 |
| Binary | 11000100 | 10101010 | 11011110 | 1100 | 10111 | 0 | 1101 | 100001110 | 101100 | 1001101 |
Color Harmonies of #C4AADE
Complementary color
Monochromatic Colors of #C4AADE
Black with #C4AADE
Text Example
Text Example
White with #C4AADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AADE; }
p { color: rgb(196,170,222); }
H1.HeaderClassName
{
color: #C4AADE;
}
.AnyTagClassName
{
color: #C4AADE;
}
</style>
background-color css
<style>
a { background-color: #C4AADE; }
a { background-color: rgb(196,170,222); }
div.DivClassName
{
background-color: #C4AADE;
}
.BgClassName
{
background-color: #C4AADE;
}
</style>
border-color css
<style>
span { border-color: #C4AADE; }
span { border-color: rgb(196,170,222); }
td.TdClassName
{
border-color: #C4AADE;
}
.TagClassName
{
border-color: #C4AADE;
}
</style>