Shades of Perfume #C4A8EB
Tints of Perfume #C4A8EB
RGB
CMYK
RGB Variations
Color information
#C4A8EB (or 0xC4A8EB) is known color: Perfume. HEX triplet: C4, A8 and EB. RGB value is (196,168,235). Sum of RGB (Red+Green+Blue) = 196+168+235=599 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.72% from 599); Green value is 168 (66.02% from 255 or 28.05% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #C4A8EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A8EB is #3B5714. Grayscale: #B7B7B7. Windows color (decimal): -3888917 or 15444164. OLE color: 15444164.
HSL color Cylindrical-coordinate representation of color #C4A8EB: hue angle of 265.07º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4A8EB is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 168 | 235 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.08 |
| HSL | 265.07º | 0.63% | 0.79% | - |
| HSV(B) | 265.07º | 0.29% | 0.92% | - |
| XYZ | 51.76 | 45.74 | 84.7 | - |
| YUV | 184.01 | 156.78 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 235 | 0.17 | 0.29 | 0 | 0.08 | 265.07 | 0.63 | 0.79 |
| Hex | C4 | A8 | EB | 11 | 1D | 0 | 8 | 109 | 3F | 4F |
| Octal | 304 | 250 | 353 | 21 | 35 | 0 | 10 | 411 | 77 | 117 |
| Binary | 11000100 | 10101000 | 11101011 | 10001 | 11101 | 0 | 1000 | 100001001 | 111111 | 1001111 |
Color Harmonies of #C4A8EB
Complementary color
Monochromatic Colors of #C4A8EB
Black with #C4A8EB
Text Example
Text Example
White with #C4A8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A8EB; }
p { color: rgb(196,168,235); }
H1.HeaderClassName
{
color: #C4A8EB;
}
.AnyTagClassName
{
color: #C4A8EB;
}
</style>
background-color css
<style>
a { background-color: #C4A8EB; }
a { background-color: rgb(196,168,235); }
div.DivClassName
{
background-color: #C4A8EB;
}
.BgClassName
{
background-color: #C4A8EB;
}
</style>
border-color css
<style>
span { border-color: #C4A8EB; }
span { border-color: rgb(196,168,235); }
td.TdClassName
{
border-color: #C4A8EB;
}
.TagClassName
{
border-color: #C4A8EB;
}
</style>