Shades of Perfume #C8ABEE
Tints of Perfume #C8ABEE
RGB
CMYK
RGB Variations
Color information
#C8ABEE (or 0xC8ABEE) is known color: Perfume. HEX triplet: C8, AB and EE. RGB value is (200,171,238). Sum of RGB (Red+Green+Blue) = 200+171+238=609 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.84% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8ABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ABEE is #375411. Grayscale: #BBBBBB. Windows color (decimal): -3626002 or 15641544. OLE color: 15641544.
HSL color Cylindrical-coordinate representation of color #C8ABEE: hue angle of 265.97º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8ABEE is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 171 | 238 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.07 |
| HSL | 265.97º | 0.66% | 0.8% | - |
| HSV(B) | 265.97º | 0.28% | 0.93% | - |
| XYZ | 53.81 | 47.58 | 87.24 | - |
| YUV | 187.31 | 156.61 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 238 | 0.16 | 0.28 | 0 | 0.07 | 265.97 | 0.66 | 0.8 |
| Hex | C8 | AB | EE | 10 | 1C | 0 | 7 | 10A | 42 | 50 |
| Octal | 310 | 253 | 356 | 20 | 34 | 0 | 7 | 412 | 102 | 120 |
| Binary | 11001000 | 10101011 | 11101110 | 10000 | 11100 | 0 | 111 | 100001010 | 1000010 | 1010000 |
Color Harmonies of #C8ABEE
Complementary color
Monochromatic Colors of #C8ABEE
Black with #C8ABEE
Text Example
Text Example
White with #C8ABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ABEE; }
p { color: rgb(200,171,238); }
H1.HeaderClassName
{
color: #C8ABEE;
}
.AnyTagClassName
{
color: #C8ABEE;
}
</style>
background-color css
<style>
a { background-color: #C8ABEE; }
a { background-color: rgb(200,171,238); }
div.DivClassName
{
background-color: #C8ABEE;
}
.BgClassName
{
background-color: #C8ABEE;
}
</style>
border-color css
<style>
span { border-color: #C8ABEE; }
span { border-color: rgb(200,171,238); }
td.TdClassName
{
border-color: #C8ABEE;
}
.TagClassName
{
border-color: #C8ABEE;
}
</style>