Shades of Perfume #C3ABEB
Tints of Perfume #C3ABEB
RGB
CMYK
RGB Variations
Color information
#C3ABEB (or 0xC3ABEB) is known color: Perfume. HEX triplet: C3, AB and EB. RGB value is (195,171,235). Sum of RGB (Red+Green+Blue) = 195+171+235=601 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.45% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #C3ABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ABEB is #3C5414. Grayscale: #B9B9B9. Windows color (decimal): -3953685 or 15444931. OLE color: 15444931.
HSL color Cylindrical-coordinate representation of color #C3ABEB: hue angle of 262.5º 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 #C3ABEB is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 171 | 235 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.08 |
| HSL | 262.5º | 0.62% | 0.8% | - |
| HSV(B) | 262.5º | 0.27% | 0.92% | - |
| XYZ | 52.06 | 46.73 | 84.87 | - |
| YUV | 185.47 | 155.95 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 171 | 235 | 0.17 | 0.27 | 0 | 0.08 | 262.5 | 0.62 | 0.8 |
| Hex | C3 | AB | EB | 11 | 1B | 0 | 8 | 106 | 3E | 50 |
| Octal | 303 | 253 | 353 | 21 | 33 | 0 | 10 | 406 | 76 | 120 |
| Binary | 11000011 | 10101011 | 11101011 | 10001 | 11011 | 0 | 1000 | 100000110 | 111110 | 1010000 |
Color Harmonies of #C3ABEB
Complementary color
Monochromatic Colors of #C3ABEB
Black with #C3ABEB
Text Example
Text Example
White with #C3ABEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ABEB; }
p { color: rgb(195,171,235); }
H1.HeaderClassName
{
color: #C3ABEB;
}
.AnyTagClassName
{
color: #C3ABEB;
}
</style>
background-color css
<style>
a { background-color: #C3ABEB; }
a { background-color: rgb(195,171,235); }
div.DivClassName
{
background-color: #C3ABEB;
}
.BgClassName
{
background-color: #C3ABEB;
}
</style>
border-color css
<style>
span { border-color: #C3ABEB; }
span { border-color: rgb(195,171,235); }
td.TdClassName
{
border-color: #C3ABEB;
}
.TagClassName
{
border-color: #C3ABEB;
}
</style>