Shades of Perfume #C2ABDE
Tints of Perfume #C2ABDE
RGB
CMYK
RGB Variations
Color information
#C2ABDE (or 0xC2ABDE) is known color: Perfume. HEX triplet: C2, AB and DE. RGB value is (194,171,222). Sum of RGB (Red+Green+Blue) = 194+171+222=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #C2ABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABDE is #3D5421. Grayscale: #B7B7B7. Windows color (decimal): -4019234 or 14592962. OLE color: 14592962.
HSL color Cylindrical-coordinate representation of color #C2ABDE: hue angle of 267.06º 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 #C2ABDE is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 171 | 222 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.13 |
| HSL | 267.06º | 0.44% | 0.77% | - |
| HSV(B) | 267.06º | 0.23% | 0.87% | - |
| XYZ | 50 | 45.87 | 75.33 | - |
| YUV | 183.69 | 149.62 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 222 | 0.13 | 0.23 | 0 | 0.13 | 267.06 | 0.44 | 0.77 |
| Hex | C2 | AB | DE | D | 17 | 0 | D | 10B | 2C | 4D |
| Octal | 302 | 253 | 336 | 15 | 27 | 0 | 15 | 413 | 54 | 115 |
| Binary | 11000010 | 10101011 | 11011110 | 1101 | 10111 | 0 | 1101 | 100001011 | 101100 | 1001101 |
Color Harmonies of #C2ABDE
Complementary color
Monochromatic Colors of #C2ABDE
Black with #C2ABDE
Text Example
Text Example
White with #C2ABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ABDE; }
p { color: rgb(194,171,222); }
H1.HeaderClassName
{
color: #C2ABDE;
}
.AnyTagClassName
{
color: #C2ABDE;
}
</style>
background-color css
<style>
a { background-color: #C2ABDE; }
a { background-color: rgb(194,171,222); }
div.DivClassName
{
background-color: #C2ABDE;
}
.BgClassName
{
background-color: #C2ABDE;
}
</style>
border-color css
<style>
span { border-color: #C2ABDE; }
span { border-color: rgb(194,171,222); }
td.TdClassName
{
border-color: #C2ABDE;
}
.TagClassName
{
border-color: #C2ABDE;
}
</style>