Shades of Perfume #C4ABEB
Tints of Perfume #C4ABEB
RGB
CMYK
RGB Variations
Color information
#C4ABEB (or 0xC4ABEB) is known color: Perfume. HEX triplet: C4, AB and EB. RGB value is (196,171,235). Sum of RGB (Red+Green+Blue) = 196+171+235=602 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.56% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #C4ABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ABEB is #3B5414. Grayscale: #B9B9B9. Windows color (decimal): -3888149 or 15444932. OLE color: 15444932.
HSL color Cylindrical-coordinate representation of color #C4ABEB: hue angle of 263.44º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C4ABEB is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 171 | 235 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.08 |
| HSL | 263.44º | 0.62% | 0.8% | - |
| HSV(B) | 263.44º | 0.27% | 0.92% | - |
| XYZ | 52.32 | 46.86 | 84.88 | - |
| YUV | 185.77 | 155.78 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 235 | 0.17 | 0.27 | 0 | 0.08 | 263.44 | 0.62 | 0.8 |
| Hex | C4 | AB | EB | 11 | 1B | 0 | 8 | 107 | 3E | 50 |
| Octal | 304 | 253 | 353 | 21 | 33 | 0 | 10 | 407 | 76 | 120 |
| Binary | 11000100 | 10101011 | 11101011 | 10001 | 11011 | 0 | 1000 | 100000111 | 111110 | 1010000 |
Color Harmonies of #C4ABEB
Complementary color
Monochromatic Colors of #C4ABEB
Black with #C4ABEB
Text Example
Text Example
White with #C4ABEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ABEB; }
p { color: rgb(196,171,235); }
H1.HeaderClassName
{
color: #C4ABEB;
}
.AnyTagClassName
{
color: #C4ABEB;
}
</style>
background-color css
<style>
a { background-color: #C4ABEB; }
a { background-color: rgb(196,171,235); }
div.DivClassName
{
background-color: #C4ABEB;
}
.BgClassName
{
background-color: #C4ABEB;
}
</style>
border-color css
<style>
span { border-color: #C4ABEB; }
span { border-color: rgb(196,171,235); }
td.TdClassName
{
border-color: #C4ABEB;
}
.TagClassName
{
border-color: #C4ABEB;
}
</style>