Shades of Perfume #C2ABDD
Tints of Perfume #C2ABDD
RGB
CMYK
RGB Variations
Color information
#C2ABDD (or 0xC2ABDD) is known color: Perfume. HEX triplet: C2, AB and DD. RGB value is (194,171,221). Sum of RGB (Red+Green+Blue) = 194+171+221=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABDD is #3D5422. Grayscale: #B7B7B7. Windows color (decimal): -4019235 or 14527426. OLE color: 14527426.
HSL color Cylindrical-coordinate representation of color #C2ABDD: hue angle of 267.6º degrees, saturation: 0.42, 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 #C2ABDD is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 171 | 221 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.13 |
| HSL | 267.6º | 0.42% | 0.77% | - |
| HSV(B) | 267.6º | 0.23% | 0.87% | - |
| XYZ | 49.86 | 45.82 | 74.62 | - |
| YUV | 183.58 | 149.12 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 221 | 0.12 | 0.23 | 0 | 0.13 | 267.6 | 0.42 | 0.77 |
| Hex | C2 | AB | DD | C | 17 | 0 | D | 10C | 2A | 4D |
| Octal | 302 | 253 | 335 | 14 | 27 | 0 | 15 | 414 | 52 | 115 |
| Binary | 11000010 | 10101011 | 11011101 | 1100 | 10111 | 0 | 1101 | 100001100 | 101010 | 1001101 |
Color Harmonies of #C2ABDD
Complementary color
Monochromatic Colors of #C2ABDD
Black with #C2ABDD
Text Example
Text Example
White with #C2ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ABDD; }
p { color: rgb(194,171,221); }
H1.HeaderClassName
{
color: #C2ABDD;
}
.AnyTagClassName
{
color: #C2ABDD;
}
</style>
background-color css
<style>
a { background-color: #C2ABDD; }
a { background-color: rgb(194,171,221); }
div.DivClassName
{
background-color: #C2ABDD;
}
.BgClassName
{
background-color: #C2ABDD;
}
</style>
border-color css
<style>
span { border-color: #C2ABDD; }
span { border-color: rgb(194,171,221); }
td.TdClassName
{
border-color: #C2ABDD;
}
.TagClassName
{
border-color: #C2ABDD;
}
</style>