Shades of Mauve #CEB5FD
Tints of Mauve #CEB5FD
RGB
CMYK
RGB Variations
Color information
#CEB5FD (or 0xCEB5FD) is known color: Mauve. HEX triplet: CE, B5 and FD. RGB value is (206,181,253). Sum of RGB (Red+Green+Blue) = 206+181+253=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 181 (71.09% from 255 or 28.28% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEB5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB5FD is #314A02. Grayscale: #C4C4C4. Windows color (decimal): -3230211 or 16627150. OLE color: 16627150.
HSL color Cylindrical-coordinate representation of color #CEB5FD: hue angle of 260.83º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEB5FD is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 181 | 253 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.01 |
| HSL | 260.83º | 0.95% | 0.85% | - |
| HSV(B) | 260.83º | 0.28% | 0.99% | - |
| XYZ | 59.71 | 53.26 | 100.06 | - |
| YUV | 196.68 | 159.78 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 253 | 0.19 | 0.28 | 0 | 0.01 | 260.83 | 0.95 | 0.85 |
| Hex | CE | B5 | FD | 13 | 1C | 0 | 1 | 105 | 5F | 55 |
| Octal | 316 | 265 | 375 | 23 | 34 | 0 | 1 | 405 | 137 | 125 |
| Binary | 11001110 | 10110101 | 11111101 | 10011 | 11100 | 0 | 1 | 100000101 | 1011111 | 1010101 |
Color Harmonies of #CEB5FD
Complementary color
Monochromatic Colors of #CEB5FD
Black with #CEB5FD
Text Example
Text Example
White with #CEB5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5FD; }
p { color: rgb(206,181,253); }
H1.HeaderClassName
{
color: #CEB5FD;
}
.AnyTagClassName
{
color: #CEB5FD;
}
</style>
background-color css
<style>
a { background-color: #CEB5FD; }
a { background-color: rgb(206,181,253); }
div.DivClassName
{
background-color: #CEB5FD;
}
.BgClassName
{
background-color: #CEB5FD;
}
</style>
border-color css
<style>
span { border-color: #CEB5FD; }
span { border-color: rgb(206,181,253); }
td.TdClassName
{
border-color: #CEB5FD;
}
.TagClassName
{
border-color: #CEB5FD;
}
</style>