Shades of Perfume #C4AEDA
Tints of Perfume #C4AEDA
RGB
CMYK
RGB Variations
Color information
#C4AEDA (or 0xC4AEDA) is known color: Perfume. HEX triplet: C4, AE and DA. RGB value is (196,174,218). Sum of RGB (Red+Green+Blue) = 196+174+218=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #C4AEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AEDA is #3B5125. Grayscale: #B9B9B9. Windows color (decimal): -3887398 or 14331588. OLE color: 14331588.
HSL color Cylindrical-coordinate representation of color #C4AEDA: hue angle of 270º 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 #C4AEDA is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 174 | 218 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.15 |
| HSL | 270º | 0.37% | 0.77% | - |
| HSV(B) | 270º | 0.2% | 0.85% | - |
| XYZ | 50.56 | 47.07 | 72.75 | - |
| YUV | 185.59 | 146.29 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 174 | 218 | 0.10 | 0.20 | 0 | 0.15 | 270 | 0.37 | 0.77 |
| Hex | C4 | AE | DA | A | 14 | 0 | F | 10E | 25 | 4D |
| Octal | 304 | 256 | 332 | 12 | 24 | 0 | 17 | 416 | 45 | 115 |
| Binary | 11000100 | 10101110 | 11011010 | 1010 | 10100 | 0 | 1111 | 100001110 | 100101 | 1001101 |
Color Harmonies of #C4AEDA
Complementary color
Monochromatic Colors of #C4AEDA
Black with #C4AEDA
Text Example
Text Example
White with #C4AEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AEDA; }
p { color: rgb(196,174,218); }
H1.HeaderClassName
{
color: #C4AEDA;
}
.AnyTagClassName
{
color: #C4AEDA;
}
</style>
background-color css
<style>
a { background-color: #C4AEDA; }
a { background-color: rgb(196,174,218); }
div.DivClassName
{
background-color: #C4AEDA;
}
.BgClassName
{
background-color: #C4AEDA;
}
</style>
border-color css
<style>
span { border-color: #C4AEDA; }
span { border-color: rgb(196,174,218); }
td.TdClassName
{
border-color: #C4AEDA;
}
.TagClassName
{
border-color: #C4AEDA;
}
</style>