Shades of Mauve #C8AEFF
Tints of Mauve #C8AEFF
RGB
CMYK
RGB Variations
Color information
#C8AEFF (or 0xC8AEFF) is known color: Mauve. HEX triplet: C8, AE and FF. RGB value is (200,174,255). Sum of RGB (Red+Green+Blue) = 200+174+255=629 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.80% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AEFF is #375100. Grayscale: #BEBEBE. Windows color (decimal): -3625217 or 16756424. OLE color: 16756424.
HSL color Cylindrical-coordinate representation of color #C8AEFF: hue angle of 259.26º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8AEFF is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 174 | 255 | - |
| CMYK | 0.22 | 0.32 | 0 | 0 |
| HSL | 259.26º | 1% | 0.84% | - |
| HSV(B) | 259.26º | 0.32% | 1% | - |
| XYZ | 57.01 | 49.77 | 101.21 | - |
| YUV | 191.01 | 164.11 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 174 | 255 | 0.22 | 0.32 | 0 | 0 | 259.26 | 1 | 0.84 |
| Hex | C8 | AE | FF | 16 | 20 | 0 | 0 | 103 | 64 | 54 |
| Octal | 310 | 256 | 377 | 26 | 40 | 0 | 0 | 403 | 144 | 124 |
| Binary | 11001000 | 10101110 | 11111111 | 10110 | 100000 | 0 | 0 | 100000011 | 1100100 | 1010100 |
Color Harmonies of #C8AEFF
Complementary color
Monochromatic Colors of #C8AEFF
Black with #C8AEFF
Text Example
Text Example
White with #C8AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AEFF; }
p { color: rgb(200,174,255); }
H1.HeaderClassName
{
color: #C8AEFF;
}
.AnyTagClassName
{
color: #C8AEFF;
}
</style>
background-color css
<style>
a { background-color: #C8AEFF; }
a { background-color: rgb(200,174,255); }
div.DivClassName
{
background-color: #C8AEFF;
}
.BgClassName
{
background-color: #C8AEFF;
}
</style>
border-color css
<style>
span { border-color: #C8AEFF; }
span { border-color: rgb(200,174,255); }
td.TdClassName
{
border-color: #C8AEFF;
}
.TagClassName
{
border-color: #C8AEFF;
}
</style>