Shades of Perfume #C1ABDE
Tints of Perfume #C1ABDE
RGB
CMYK
RGB Variations
Color information
#C1ABDE (or 0xC1ABDE) is known color: Perfume. HEX triplet: C1, AB and DE. RGB value is (193,171,222). Sum of RGB (Red+Green+Blue) = 193+171+222=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #C1ABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABDE is #3E5421. Grayscale: #B7B7B7. Windows color (decimal): -4084770 or 14592961. OLE color: 14592961.
HSL color Cylindrical-coordinate representation of color #C1ABDE: hue angle of 265.88º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1ABDE is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 171 | 222 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.13 |
| HSL | 265.88º | 0.44% | 0.77% | - |
| HSV(B) | 265.88º | 0.23% | 0.87% | - |
| XYZ | 49.74 | 45.74 | 75.31 | - |
| YUV | 183.39 | 149.79 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 222 | 0.13 | 0.23 | 0 | 0.13 | 265.88 | 0.44 | 0.77 |
| Hex | C1 | AB | DE | D | 17 | 0 | D | 10A | 2C | 4D |
| Octal | 301 | 253 | 336 | 15 | 27 | 0 | 15 | 412 | 54 | 115 |
| Binary | 11000001 | 10101011 | 11011110 | 1101 | 10111 | 0 | 1101 | 100001010 | 101100 | 1001101 |
Color Harmonies of #C1ABDE
Complementary color
Monochromatic Colors of #C1ABDE
Black with #C1ABDE
Text Example
Text Example
White with #C1ABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ABDE; }
p { color: rgb(193,171,222); }
H1.HeaderClassName
{
color: #C1ABDE;
}
.AnyTagClassName
{
color: #C1ABDE;
}
</style>
background-color css
<style>
a { background-color: #C1ABDE; }
a { background-color: rgb(193,171,222); }
div.DivClassName
{
background-color: #C1ABDE;
}
.BgClassName
{
background-color: #C1ABDE;
}
</style>
border-color css
<style>
span { border-color: #C1ABDE; }
span { border-color: rgb(193,171,222); }
td.TdClassName
{
border-color: #C1ABDE;
}
.TagClassName
{
border-color: #C1ABDE;
}
</style>