Shades of Perfume #C8AEEB
Tints of Perfume #C8AEEB
RGB
CMYK
RGB Variations
Color information
#C8AEEB (or 0xC8AEEB) is known color: Perfume. HEX triplet: C8, AE and EB. RGB value is (200,174,235). Sum of RGB (Red+Green+Blue) = 200+174+235=609 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.84% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8AEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AEEB is #375114. Grayscale: #BCBCBC. Windows color (decimal): -3625237 or 15445704. OLE color: 15445704.
HSL color Cylindrical-coordinate representation of color #C8AEEB: hue angle of 265.57º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8AEEB is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 174 | 235 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.08 |
| HSL | 265.57º | 0.6% | 0.8% | - |
| HSV(B) | 265.57º | 0.26% | 0.92% | - |
| XYZ | 53.95 | 48.55 | 85.12 | - |
| YUV | 188.73 | 154.11 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 174 | 235 | 0.15 | 0.26 | 0 | 0.08 | 265.57 | 0.6 | 0.8 |
| Hex | C8 | AE | EB | F | 1A | 0 | 8 | 10A | 3C | 50 |
| Octal | 310 | 256 | 353 | 17 | 32 | 0 | 10 | 412 | 74 | 120 |
| Binary | 11001000 | 10101110 | 11101011 | 1111 | 11010 | 0 | 1000 | 100001010 | 111100 | 1010000 |
Color Harmonies of #C8AEEB
Complementary color
Monochromatic Colors of #C8AEEB
Black with #C8AEEB
Text Example
Text Example
White with #C8AEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AEEB; }
p { color: rgb(200,174,235); }
H1.HeaderClassName
{
color: #C8AEEB;
}
.AnyTagClassName
{
color: #C8AEEB;
}
</style>
background-color css
<style>
a { background-color: #C8AEEB; }
a { background-color: rgb(200,174,235); }
div.DivClassName
{
background-color: #C8AEEB;
}
.BgClassName
{
background-color: #C8AEEB;
}
</style>
border-color css
<style>
span { border-color: #C8AEEB; }
span { border-color: rgb(200,174,235); }
td.TdClassName
{
border-color: #C8AEEB;
}
.TagClassName
{
border-color: #C8AEEB;
}
</style>