Shades of Perfume #C8ABEB
Tints of Perfume #C8ABEB
RGB
CMYK
RGB Variations
Color information
#C8ABEB (or 0xC8ABEB) is known color: Perfume. HEX triplet: C8, AB and EB. RGB value is (200,171,235). Sum of RGB (Red+Green+Blue) = 200+171+235=606 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.00% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8ABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ABEB is #375414. Grayscale: #BABABA. Windows color (decimal): -3626005 or 15444936. OLE color: 15444936.
HSL color Cylindrical-coordinate representation of color #C8ABEB: hue angle of 267.19º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8ABEB is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 171 | 235 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.08 |
| HSL | 267.19º | 0.62% | 0.8% | - |
| HSV(B) | 267.19º | 0.27% | 0.92% | - |
| XYZ | 53.38 | 47.4 | 84.93 | - |
| YUV | 186.97 | 155.11 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 235 | 0.15 | 0.27 | 0 | 0.08 | 267.19 | 0.62 | 0.8 |
| Hex | C8 | AB | EB | F | 1B | 0 | 8 | 10B | 3E | 50 |
| Octal | 310 | 253 | 353 | 17 | 33 | 0 | 10 | 413 | 76 | 120 |
| Binary | 11001000 | 10101011 | 11101011 | 1111 | 11011 | 0 | 1000 | 100001011 | 111110 | 1010000 |
Color Harmonies of #C8ABEB
Complementary color
Monochromatic Colors of #C8ABEB
Black with #C8ABEB
Text Example
Text Example
White with #C8ABEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ABEB; }
p { color: rgb(200,171,235); }
H1.HeaderClassName
{
color: #C8ABEB;
}
.AnyTagClassName
{
color: #C8ABEB;
}
</style>
background-color css
<style>
a { background-color: #C8ABEB; }
a { background-color: rgb(200,171,235); }
div.DivClassName
{
background-color: #C8ABEB;
}
.BgClassName
{
background-color: #C8ABEB;
}
</style>
border-color css
<style>
span { border-color: #C8ABEB; }
span { border-color: rgb(200,171,235); }
td.TdClassName
{
border-color: #C8ABEB;
}
.TagClassName
{
border-color: #C8ABEB;
}
</style>