Shades of Perfume #C1ABE4
Tints of Perfume #C1ABE4
RGB
CMYK
RGB Variations
Color information
#C1ABE4 (or 0xC1ABE4) is known color: Perfume. HEX triplet: C1, AB and E4. RGB value is (193,171,228). Sum of RGB (Red+Green+Blue) = 193+171+228=592 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.60% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 228 (89.45% from 255 or 38.51% from 592); Max value from RGB is 228 - color contains mainly: blue. Hex color #C1ABE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABE4 is #3E541B. Grayscale: #B7B7B7. Windows color (decimal): -4084764 or 14986177. OLE color: 14986177.
HSL color Cylindrical-coordinate representation of color #C1ABE4: hue angle of 263.16º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1ABE4 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 171 | 228 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.11 |
| HSL | 263.16º | 0.51% | 0.78% | - |
| HSV(B) | 263.16º | 0.25% | 0.89% | - |
| XYZ | 50.56 | 46.06 | 79.63 | - |
| YUV | 184.08 | 152.79 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 228 | 0.15 | 0.25 | 0 | 0.11 | 263.16 | 0.51 | 0.78 |
| Hex | C1 | AB | E4 | F | 19 | 0 | B | 107 | 33 | 4E |
| Octal | 301 | 253 | 344 | 17 | 31 | 0 | 13 | 407 | 63 | 116 |
| Binary | 11000001 | 10101011 | 11100100 | 1111 | 11001 | 0 | 1011 | 100000111 | 110011 | 1001110 |
Color Harmonies of #C1ABE4
Complementary color
Monochromatic Colors of #C1ABE4
Black with #C1ABE4
Text Example
Text Example
White with #C1ABE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ABE4; }
p { color: rgb(193,171,228); }
H1.HeaderClassName
{
color: #C1ABE4;
}
.AnyTagClassName
{
color: #C1ABE4;
}
</style>
background-color css
<style>
a { background-color: #C1ABE4; }
a { background-color: rgb(193,171,228); }
div.DivClassName
{
background-color: #C1ABE4;
}
.BgClassName
{
background-color: #C1ABE4;
}
</style>
border-color css
<style>
span { border-color: #C1ABE4; }
span { border-color: rgb(193,171,228); }
td.TdClassName
{
border-color: #C1ABE4;
}
.TagClassName
{
border-color: #C1ABE4;
}
</style>