Shades of Perfume #C4AEDB
Tints of Perfume #C4AEDB
RGB
CMYK
RGB Variations
Color information
#C4AEDB (or 0xC4AEDB) is known color: Perfume. HEX triplet: C4, AE and DB. RGB value is (196,174,219). Sum of RGB (Red+Green+Blue) = 196+174+219=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4AEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AEDB is #3B5124. Grayscale: #B9B9B9. Windows color (decimal): -3887397 or 14397124. OLE color: 14397124.
HSL color Cylindrical-coordinate representation of color #C4AEDB: hue angle of 269.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4AEDB is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 174 | 219 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.14 |
| HSL | 269.33º | 0.38% | 0.77% | - |
| HSV(B) | 269.33º | 0.21% | 0.86% | - |
| XYZ | 50.69 | 47.12 | 73.44 | - |
| YUV | 185.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 174 | 219 | 0.11 | 0.21 | 0 | 0.14 | 269.33 | 0.38 | 0.77 |
| Hex | C4 | AE | DB | B | 15 | 0 | E | 10D | 26 | 4D |
| Octal | 304 | 256 | 333 | 13 | 25 | 0 | 16 | 415 | 46 | 115 |
| Binary | 11000100 | 10101110 | 11011011 | 1011 | 10101 | 0 | 1110 | 100001101 | 100110 | 1001101 |
Color Harmonies of #C4AEDB
Complementary color
Monochromatic Colors of #C4AEDB
Black with #C4AEDB
Text Example
Text Example
White with #C4AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AEDB; }
p { color: rgb(196,174,219); }
H1.HeaderClassName
{
color: #C4AEDB;
}
.AnyTagClassName
{
color: #C4AEDB;
}
</style>
background-color css
<style>
a { background-color: #C4AEDB; }
a { background-color: rgb(196,174,219); }
div.DivClassName
{
background-color: #C4AEDB;
}
.BgClassName
{
background-color: #C4AEDB;
}
</style>
border-color css
<style>
span { border-color: #C4AEDB; }
span { border-color: rgb(196,174,219); }
td.TdClassName
{
border-color: #C4AEDB;
}
.TagClassName
{
border-color: #C4AEDB;
}
</style>