Shades of Perfume #C8AEEC
Tints of Perfume #C8AEEC
RGB
CMYK
RGB Variations
Color information
#C8AEEC (or 0xC8AEEC) is known color: Perfume. HEX triplet: C8, AE and EC. RGB value is (200,174,236). Sum of RGB (Red+Green+Blue) = 200+174+236=610 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.79% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8AEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AEEC is #375113. Grayscale: #BCBCBC. Windows color (decimal): -3625236 or 15511240. OLE color: 15511240.
HSL color Cylindrical-coordinate representation of color #C8AEEC: hue angle of 265.16º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8AEEC is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 174 | 236 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.07 |
| HSL | 265.16º | 0.62% | 0.8% | - |
| HSV(B) | 265.16º | 0.26% | 0.93% | - |
| XYZ | 54.1 | 48.61 | 85.89 | - |
| YUV | 188.84 | 154.61 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 174 | 236 | 0.15 | 0.26 | 0 | 0.07 | 265.16 | 0.62 | 0.8 |
| Hex | C8 | AE | EC | F | 1A | 0 | 7 | 109 | 3E | 50 |
| Octal | 310 | 256 | 354 | 17 | 32 | 0 | 7 | 411 | 76 | 120 |
| Binary | 11001000 | 10101110 | 11101100 | 1111 | 11010 | 0 | 111 | 100001001 | 111110 | 1010000 |
Color Harmonies of #C8AEEC
Complementary color
Monochromatic Colors of #C8AEEC
Black with #C8AEEC
Text Example
Text Example
White with #C8AEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AEEC; }
p { color: rgb(200,174,236); }
H1.HeaderClassName
{
color: #C8AEEC;
}
.AnyTagClassName
{
color: #C8AEEC;
}
</style>
background-color css
<style>
a { background-color: #C8AEEC; }
a { background-color: rgb(200,174,236); }
div.DivClassName
{
background-color: #C8AEEC;
}
.BgClassName
{
background-color: #C8AEEC;
}
</style>
border-color css
<style>
span { border-color: #C8AEEC; }
span { border-color: rgb(200,174,236); }
td.TdClassName
{
border-color: #C8AEEC;
}
.TagClassName
{
border-color: #C8AEEC;
}
</style>