Shades of Perfume #C7AEDA
Tints of Perfume #C7AEDA
RGB
CMYK
RGB Variations
Color information
#C7AEDA (or 0xC7AEDA) is known color: Perfume. HEX triplet: C7, AE and DA. RGB value is (199,174,218). Sum of RGB (Red+Green+Blue) = 199+174+218=591 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.67% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #C7AEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AEDA is #385125. Grayscale: #BABABA. Windows color (decimal): -3690790 or 14331591. OLE color: 14331591.
HSL color Cylindrical-coordinate representation of color #C7AEDA: hue angle of 274.09º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7AEDA is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 174 | 218 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.15 |
| HSL | 274.09º | 0.37% | 0.77% | - |
| HSV(B) | 274.09º | 0.2% | 0.85% | - |
| XYZ | 51.34 | 47.48 | 72.79 | - |
| YUV | 186.49 | 145.78 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 174 | 218 | 0.09 | 0.20 | 0 | 0.15 | 274.09 | 0.37 | 0.77 |
| Hex | C7 | AE | DA | 9 | 14 | 0 | F | 112 | 25 | 4D |
| Octal | 307 | 256 | 332 | 11 | 24 | 0 | 17 | 422 | 45 | 115 |
| Binary | 11000111 | 10101110 | 11011010 | 1001 | 10100 | 0 | 1111 | 100010010 | 100101 | 1001101 |
Color Harmonies of #C7AEDA
Complementary color
Monochromatic Colors of #C7AEDA
Black with #C7AEDA
Text Example
Text Example
White with #C7AEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AEDA; }
p { color: rgb(199,174,218); }
H1.HeaderClassName
{
color: #C7AEDA;
}
.AnyTagClassName
{
color: #C7AEDA;
}
</style>
background-color css
<style>
a { background-color: #C7AEDA; }
a { background-color: rgb(199,174,218); }
div.DivClassName
{
background-color: #C7AEDA;
}
.BgClassName
{
background-color: #C7AEDA;
}
</style>
border-color css
<style>
span { border-color: #C7AEDA; }
span { border-color: rgb(199,174,218); }
td.TdClassName
{
border-color: #C7AEDA;
}
.TagClassName
{
border-color: #C7AEDA;
}
</style>