Shades of Mauve #C8ADFB
Tints of Mauve #C8ADFB
RGB
CMYK
RGB Variations
Color information
#C8ADFB (or 0xC8ADFB) is known color: Mauve. HEX triplet: C8, AD and FB. RGB value is (200,173,251). Sum of RGB (Red+Green+Blue) = 200+173+251=624 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.05% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8ADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ADFB is #375204. Grayscale: #BDBDBD. Windows color (decimal): -3625477 or 16494024. OLE color: 16494024.
HSL color Cylindrical-coordinate representation of color #C8ADFB: hue angle of 260.77º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8ADFB is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 173 | 251 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.02 |
| HSL | 260.77º | 0.91% | 0.83% | - |
| HSV(B) | 260.77º | 0.31% | 0.98% | - |
| XYZ | 56.18 | 49.13 | 97.79 | - |
| YUV | 189.97 | 162.45 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 251 | 0.20 | 0.31 | 0 | 0.02 | 260.77 | 0.91 | 0.83 |
| Hex | C8 | AD | FB | 14 | 1F | 0 | 2 | 105 | 5B | 53 |
| Octal | 310 | 255 | 373 | 24 | 37 | 0 | 2 | 405 | 133 | 123 |
| Binary | 11001000 | 10101101 | 11111011 | 10100 | 11111 | 0 | 10 | 100000101 | 1011011 | 1010011 |
Color Harmonies of #C8ADFB
Complementary color
Monochromatic Colors of #C8ADFB
Black with #C8ADFB
Text Example
Text Example
White with #C8ADFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ADFB; }
p { color: rgb(200,173,251); }
H1.HeaderClassName
{
color: #C8ADFB;
}
.AnyTagClassName
{
color: #C8ADFB;
}
</style>
background-color css
<style>
a { background-color: #C8ADFB; }
a { background-color: rgb(200,173,251); }
div.DivClassName
{
background-color: #C8ADFB;
}
.BgClassName
{
background-color: #C8ADFB;
}
</style>
border-color css
<style>
span { border-color: #C8ADFB; }
span { border-color: rgb(200,173,251); }
td.TdClassName
{
border-color: #C8ADFB;
}
.TagClassName
{
border-color: #C8ADFB;
}
</style>