Shades of Perfume #C8ACEE
Tints of Perfume #C8ACEE
RGB
CMYK
RGB Variations
Color information
#C8ACEE (or 0xC8ACEE) is known color: Perfume. HEX triplet: C8, AC and EE. RGB value is (200,172,238). Sum of RGB (Red+Green+Blue) = 200+172+238=610 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.79% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8ACEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ACEE is #375311. Grayscale: #BBBBBB. Windows color (decimal): -3625746 or 15641800. OLE color: 15641800.
HSL color Cylindrical-coordinate representation of color #C8ACEE: hue angle of 265.45º 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 #C8ACEE is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 172 | 238 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.07 |
| HSL | 265.45º | 0.66% | 0.8% | - |
| HSV(B) | 265.45º | 0.28% | 0.93% | - |
| XYZ | 54 | 47.96 | 87.3 | - |
| YUV | 187.9 | 156.28 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 238 | 0.16 | 0.28 | 0 | 0.07 | 265.45 | 0.66 | 0.8 |
| Hex | C8 | AC | EE | 10 | 1C | 0 | 7 | 109 | 42 | 50 |
| Octal | 310 | 254 | 356 | 20 | 34 | 0 | 7 | 411 | 102 | 120 |
| Binary | 11001000 | 10101100 | 11101110 | 10000 | 11100 | 0 | 111 | 100001001 | 1000010 | 1010000 |
Color Harmonies of #C8ACEE
Complementary color
Monochromatic Colors of #C8ACEE
Black with #C8ACEE
Text Example
Text Example
White with #C8ACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ACEE; }
p { color: rgb(200,172,238); }
H1.HeaderClassName
{
color: #C8ACEE;
}
.AnyTagClassName
{
color: #C8ACEE;
}
</style>
background-color css
<style>
a { background-color: #C8ACEE; }
a { background-color: rgb(200,172,238); }
div.DivClassName
{
background-color: #C8ACEE;
}
.BgClassName
{
background-color: #C8ACEE;
}
</style>
border-color css
<style>
span { border-color: #C8ACEE; }
span { border-color: rgb(200,172,238); }
td.TdClassName
{
border-color: #C8ACEE;
}
.TagClassName
{
border-color: #C8ACEE;
}
</style>