Shades of Perfume #C4ADEA
Tints of Perfume #C4ADEA
RGB
CMYK
RGB Variations
Color information
#C4ADEA (or 0xC4ADEA) is known color: Perfume. HEX triplet: C4, AD and EA. RGB value is (196,173,234). Sum of RGB (Red+Green+Blue) = 196+173+234=603 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.50% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4ADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ADEA is #3B5215. Grayscale: #BABABA. Windows color (decimal): -3887638 or 15379908. OLE color: 15379908.
HSL color Cylindrical-coordinate representation of color #C4ADEA: hue angle of 262.62º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4ADEA is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 173 | 234 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.08 |
| HSL | 262.62º | 0.59% | 0.8% | - |
| HSV(B) | 262.62º | 0.26% | 0.92% | - |
| XYZ | 52.56 | 47.56 | 84.25 | - |
| YUV | 186.83 | 154.62 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 234 | 0.16 | 0.26 | 0 | 0.08 | 262.62 | 0.59 | 0.8 |
| Hex | C4 | AD | EA | 10 | 1A | 0 | 8 | 107 | 3B | 50 |
| Octal | 304 | 255 | 352 | 20 | 32 | 0 | 10 | 407 | 73 | 120 |
| Binary | 11000100 | 10101101 | 11101010 | 10000 | 11010 | 0 | 1000 | 100000111 | 111011 | 1010000 |
Color Harmonies of #C4ADEA
Complementary color
Monochromatic Colors of #C4ADEA
Black with #C4ADEA
Text Example
Text Example
White with #C4ADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ADEA; }
p { color: rgb(196,173,234); }
H1.HeaderClassName
{
color: #C4ADEA;
}
.AnyTagClassName
{
color: #C4ADEA;
}
</style>
background-color css
<style>
a { background-color: #C4ADEA; }
a { background-color: rgb(196,173,234); }
div.DivClassName
{
background-color: #C4ADEA;
}
.BgClassName
{
background-color: #C4ADEA;
}
</style>
border-color css
<style>
span { border-color: #C4ADEA; }
span { border-color: rgb(196,173,234); }
td.TdClassName
{
border-color: #C4ADEA;
}
.TagClassName
{
border-color: #C4ADEA;
}
</style>