Shades of Perfume #C8ACEB
Tints of Perfume #C8ACEB
RGB
CMYK
RGB Variations
Color information
#C8ACEB (or 0xC8ACEB) is known color: Perfume. HEX triplet: C8, AC and EB. RGB value is (200,172,235). Sum of RGB (Red+Green+Blue) = 200+172+235=607 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.95% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8ACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ACEB is #375314. Grayscale: #BBBBBB. Windows color (decimal): -3625749 or 15445192. OLE color: 15445192.
HSL color Cylindrical-coordinate representation of color #C8ACEB: hue angle of 266.67º degrees, saturation: 0.61, 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 #C8ACEB is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 200 | 172 | 235 | - |
CMYK | 0.15 | 0.27 | 0 | 0.08 |
HSL | 266.67º | 0.61% | 0.8% | - |
HSV(B) | 266.67º | 0.27% | 0.92% | - |
XYZ | 53.57 | 47.78 | 85 | - |
YUV | 187.55 | 154.78 | 136.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 172 | 235 | 0.15 | 0.27 | 0 | 0.08 | 266.67 | 0.61 | 0.8 |
Hex | C8 | AC | EB | F | 1B | 0 | 8 | 10B | 3D | 50 |
Octal | 310 | 254 | 353 | 17 | 33 | 0 | 10 | 413 | 75 | 120 |
Binary | 11001000 | 10101100 | 11101011 | 1111 | 11011 | 0 | 1000 | 100001011 | 111101 | 1010000 |
Color Harmonies of #C8ACEB
Complementary color
Monochromatic Colors of #C8ACEB
Black with #C8ACEB
Text Example
Text Example
White with #C8ACEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ACEB; }
p { color: rgb(200,172,235); }
H1.HeaderClassName
{
color: #C8ACEB;
}
.AnyTagClassName
{
color: #C8ACEB;
}
</style>
background-color css
<style>
a { background-color: #C8ACEB; }
a { background-color: rgb(200,172,235); }
div.DivClassName
{
background-color: #C8ACEB;
}
.BgClassName
{
background-color: #C8ACEB;
}
</style>
border-color css
<style>
span { border-color: #C8ACEB; }
span { border-color: rgb(200,172,235); }
td.TdClassName
{
border-color: #C8ACEB;
}
.TagClassName
{
border-color: #C8ACEB;
}
</style>