Shades of Mauve #C8ADFE
Tints of Mauve #C8ADFE
RGB
CMYK
RGB Variations
Color information
#C8ADFE (or 0xC8ADFE) is known color: Mauve. HEX triplet: C8, AD and FE. RGB value is (200,173,254). Sum of RGB (Red+Green+Blue) = 200+173+254=627 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.90% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ADFE is #375201. Grayscale: #BEBEBE. Windows color (decimal): -3625474 or 16690632. OLE color: 16690632.
HSL color Cylindrical-coordinate representation of color #C8ADFE: hue angle of 260º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8ADFE is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 173 | 254 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.00 |
| HSL | 260º | 0.98% | 0.84% | - |
| HSV(B) | 260º | 0.32% | 1% | - |
| XYZ | 56.65 | 49.32 | 100.3 | - |
| YUV | 190.31 | 163.95 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 254 | 0.21 | 0.32 | 0 | 0.00 | 260 | 0.98 | 0.84 |
| Hex | C8 | AD | FE | 15 | 20 | 0 | 0 | 104 | 62 | 54 |
| Octal | 310 | 255 | 376 | 25 | 40 | 0 | 0 | 404 | 142 | 124 |
| Binary | 11001000 | 10101101 | 11111110 | 10101 | 100000 | 0 | 0 | 100000100 | 1100010 | 1010100 |
Color Harmonies of #C8ADFE
Complementary color
Monochromatic Colors of #C8ADFE
Black with #C8ADFE
Text Example
Text Example
White with #C8ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ADFE; }
p { color: rgb(200,173,254); }
H1.HeaderClassName
{
color: #C8ADFE;
}
.AnyTagClassName
{
color: #C8ADFE;
}
</style>
background-color css
<style>
a { background-color: #C8ADFE; }
a { background-color: rgb(200,173,254); }
div.DivClassName
{
background-color: #C8ADFE;
}
.BgClassName
{
background-color: #C8ADFE;
}
</style>
border-color css
<style>
span { border-color: #C8ADFE; }
span { border-color: rgb(200,173,254); }
td.TdClassName
{
border-color: #C8ADFE;
}
.TagClassName
{
border-color: #C8ADFE;
}
</style>