Shades of Perfume #C4AED6
Tints of Perfume #C4AED6
RGB
CMYK
RGB Variations
Color information
#C4AED6 (or 0xC4AED6) is known color: Perfume. HEX triplet: C4, AE and D6. RGB value is (196,174,214). Sum of RGB (Red+Green+Blue) = 196+174+214=584 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.56% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 214 (83.98% from 255 or 36.64% from 584); Max value from RGB is 214 - color contains mainly: blue. Hex color #C4AED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AED6 is #3B5129. Grayscale: #B8B8B8. Windows color (decimal): -3887402 or 14069444. OLE color: 14069444.
HSL color Cylindrical-coordinate representation of color #C4AED6: hue angle of 273º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4AED6 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 174 | 214 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.16 |
| HSL | 273º | 0.33% | 0.76% | - |
| HSV(B) | 273º | 0.19% | 0.84% | - |
| XYZ | 50.04 | 46.86 | 70.03 | - |
| YUV | 185.14 | 144.29 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 174 | 214 | 0.08 | 0.19 | 0 | 0.16 | 273 | 0.33 | 0.76 |
| Hex | C4 | AE | D6 | 8 | 13 | 0 | 10 | 111 | 21 | 4C |
| Octal | 304 | 256 | 326 | 10 | 23 | 0 | 20 | 421 | 41 | 114 |
| Binary | 11000100 | 10101110 | 11010110 | 1000 | 10011 | 0 | 10000 | 100010001 | 100001 | 1001100 |
Color Harmonies of #C4AED6
Complementary color
Monochromatic Colors of #C4AED6
Black with #C4AED6
Text Example
Text Example
White with #C4AED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AED6; }
p { color: rgb(196,174,214); }
H1.HeaderClassName
{
color: #C4AED6;
}
.AnyTagClassName
{
color: #C4AED6;
}
</style>
background-color css
<style>
a { background-color: #C4AED6; }
a { background-color: rgb(196,174,214); }
div.DivClassName
{
background-color: #C4AED6;
}
.BgClassName
{
background-color: #C4AED6;
}
</style>
border-color css
<style>
span { border-color: #C4AED6; }
span { border-color: rgb(196,174,214); }
td.TdClassName
{
border-color: #C4AED6;
}
.TagClassName
{
border-color: #C4AED6;
}
</style>