Shades of Perfume #C8ABDE
Tints of Perfume #C8ABDE
RGB
CMYK
RGB Variations
Color information
#C8ABDE (or 0xC8ABDE) is known color: Perfume. HEX triplet: C8, AB and DE. RGB value is (200,171,222). Sum of RGB (Red+Green+Blue) = 200+171+222=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #C8ABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ABDE is #375421. Grayscale: #B9B9B9. Windows color (decimal): -3626018 or 14592968. OLE color: 14592968.
HSL color Cylindrical-coordinate representation of color #C8ABDE: hue angle of 274.12º 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 #C8ABDE is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 171 | 222 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.13 |
| HSL | 274.12º | 0.44% | 0.77% | - |
| HSV(B) | 274.12º | 0.23% | 0.87% | - |
| XYZ | 51.57 | 46.68 | 75.4 | - |
| YUV | 185.49 | 148.61 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 222 | 0.10 | 0.23 | 0 | 0.13 | 274.12 | 0.44 | 0.77 |
| Hex | C8 | AB | DE | A | 17 | 0 | D | 112 | 2C | 4D |
| Octal | 310 | 253 | 336 | 12 | 27 | 0 | 15 | 422 | 54 | 115 |
| Binary | 11001000 | 10101011 | 11011110 | 1010 | 10111 | 0 | 1101 | 100010010 | 101100 | 1001101 |
Color Harmonies of #C8ABDE
Complementary color
Monochromatic Colors of #C8ABDE
Black with #C8ABDE
Text Example
Text Example
White with #C8ABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ABDE; }
p { color: rgb(200,171,222); }
H1.HeaderClassName
{
color: #C8ABDE;
}
.AnyTagClassName
{
color: #C8ABDE;
}
</style>
background-color css
<style>
a { background-color: #C8ABDE; }
a { background-color: rgb(200,171,222); }
div.DivClassName
{
background-color: #C8ABDE;
}
.BgClassName
{
background-color: #C8ABDE;
}
</style>
border-color css
<style>
span { border-color: #C8ABDE; }
span { border-color: rgb(200,171,222); }
td.TdClassName
{
border-color: #C8ABDE;
}
.TagClassName
{
border-color: #C8ABDE;
}
</style>