Shades of Perfume #C7AEDB
Tints of Perfume #C7AEDB
RGB
CMYK
RGB Variations
Color information
#C7AEDB (or 0xC7AEDB) is known color: Perfume. HEX triplet: C7, AE and DB. RGB value is (199,174,219). Sum of RGB (Red+Green+Blue) = 199+174+219=592 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.61% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7AEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AEDB is #385124. Grayscale: #BABABA. Windows color (decimal): -3690789 or 14397127. OLE color: 14397127.
HSL color Cylindrical-coordinate representation of color #C7AEDB: hue angle of 273.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 #C7AEDB is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 174 | 219 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.14 |
| HSL | 273.33º | 0.38% | 0.77% | - |
| HSV(B) | 273.33º | 0.21% | 0.86% | - |
| XYZ | 51.48 | 47.53 | 73.48 | - |
| YUV | 186.61 | 146.28 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 174 | 219 | 0.09 | 0.21 | 0 | 0.14 | 273.33 | 0.38 | 0.77 |
| Hex | C7 | AE | DB | 9 | 15 | 0 | E | 111 | 26 | 4D |
| Octal | 307 | 256 | 333 | 11 | 25 | 0 | 16 | 421 | 46 | 115 |
| Binary | 11000111 | 10101110 | 11011011 | 1001 | 10101 | 0 | 1110 | 100010001 | 100110 | 1001101 |
Color Harmonies of #C7AEDB
Complementary color
Monochromatic Colors of #C7AEDB
Black with #C7AEDB
Text Example
Text Example
White with #C7AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AEDB; }
p { color: rgb(199,174,219); }
H1.HeaderClassName
{
color: #C7AEDB;
}
.AnyTagClassName
{
color: #C7AEDB;
}
</style>
background-color css
<style>
a { background-color: #C7AEDB; }
a { background-color: rgb(199,174,219); }
div.DivClassName
{
background-color: #C7AEDB;
}
.BgClassName
{
background-color: #C7AEDB;
}
</style>
border-color css
<style>
span { border-color: #C7AEDB; }
span { border-color: rgb(199,174,219); }
td.TdClassName
{
border-color: #C7AEDB;
}
.TagClassName
{
border-color: #C7AEDB;
}
</style>