Shades of Perfume #C8AEEA
Tints of Perfume #C8AEEA
RGB
CMYK
RGB Variations
Color information
#C8AEEA (or 0xC8AEEA) is known color: Perfume. HEX triplet: C8, AE and EA. RGB value is (200,174,234). Sum of RGB (Red+Green+Blue) = 200+174+234=608 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.89% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8AEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AEEA is #375115. Grayscale: #BCBCBC. Windows color (decimal): -3625238 or 15380168. OLE color: 15380168.
HSL color Cylindrical-coordinate representation of color #C8AEEA: hue angle of 266º degrees, saturation: 0.59, 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 #C8AEEA is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 200 | 174 | 234 | - |
CMYK | 0.15 | 0.26 | 0 | 0.08 |
HSL | 266º | 0.59% | 0.8% | - |
HSV(B) | 266º | 0.26% | 0.92% | - |
XYZ | 53.81 | 48.49 | 84.37 | - |
YUV | 188.61 | 153.61 | 136.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 174 | 234 | 0.15 | 0.26 | 0 | 0.08 | 266 | 0.59 | 0.8 |
Hex | C8 | AE | EA | F | 1A | 0 | 8 | 10A | 3B | 50 |
Octal | 310 | 256 | 352 | 17 | 32 | 0 | 10 | 412 | 73 | 120 |
Binary | 11001000 | 10101110 | 11101010 | 1111 | 11010 | 0 | 1000 | 100001010 | 111011 | 1010000 |
Color Harmonies of #C8AEEA
Complementary color
Monochromatic Colors of #C8AEEA
Black with #C8AEEA
Text Example
Text Example
White with #C8AEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AEEA; }
p { color: rgb(200,174,234); }
H1.HeaderClassName
{
color: #C8AEEA;
}
.AnyTagClassName
{
color: #C8AEEA;
}
</style>
background-color css
<style>
a { background-color: #C8AEEA; }
a { background-color: rgb(200,174,234); }
div.DivClassName
{
background-color: #C8AEEA;
}
.BgClassName
{
background-color: #C8AEEA;
}
</style>
border-color css
<style>
span { border-color: #C8AEEA; }
span { border-color: rgb(200,174,234); }
td.TdClassName
{
border-color: #C8AEEA;
}
.TagClassName
{
border-color: #C8AEEA;
}
</style>