Shades of Mauve #C8ADFF
Tints of Mauve #C8ADFF
RGB
CMYK
RGB Variations
Color information
#C8ADFF (or 0xC8ADFF) is known color: Mauve. HEX triplet: C8, AD and FF. RGB value is (200,173,255). Sum of RGB (Red+Green+Blue) = 200+173+255=628 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.85% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ADFF is #375200. Grayscale: #BEBEBE. Windows color (decimal): -3625473 or 16756168. OLE color: 16756168.
HSL color Cylindrical-coordinate representation of color #C8ADFF: hue angle of 259.76º 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 #C8ADFF is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 173 | 255 | - |
| CMYK | 0.22 | 0.32 | 0 | 0 |
| HSL | 259.76º | 1% | 0.84% | - |
| HSV(B) | 259.76º | 0.32% | 1% | - |
| XYZ | 56.81 | 49.39 | 101.15 | - |
| YUV | 190.42 | 164.45 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 255 | 0.22 | 0.32 | 0 | 0 | 259.76 | 1 | 0.84 |
| Hex | C8 | AD | FF | 16 | 20 | 0 | 0 | 104 | 64 | 54 |
| Octal | 310 | 255 | 377 | 26 | 40 | 0 | 0 | 404 | 144 | 124 |
| Binary | 11001000 | 10101101 | 11111111 | 10110 | 100000 | 0 | 0 | 100000100 | 1100100 | 1010100 |
Color Harmonies of #C8ADFF
Complementary color
Monochromatic Colors of #C8ADFF
Black with #C8ADFF
Text Example
Text Example
White with #C8ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ADFF; }
p { color: rgb(200,173,255); }
H1.HeaderClassName
{
color: #C8ADFF;
}
.AnyTagClassName
{
color: #C8ADFF;
}
</style>
background-color css
<style>
a { background-color: #C8ADFF; }
a { background-color: rgb(200,173,255); }
div.DivClassName
{
background-color: #C8ADFF;
}
.BgClassName
{
background-color: #C8ADFF;
}
</style>
border-color css
<style>
span { border-color: #C8ADFF; }
span { border-color: rgb(200,173,255); }
td.TdClassName
{
border-color: #C8ADFF;
}
.TagClassName
{
border-color: #C8ADFF;
}
</style>