Shades of Mauve #CEB3FF
Tints of Mauve #CEB3FF
RGB
CMYK
RGB Variations
Color information
#CEB3FF (or 0xCEB3FF) is known color: Mauve. HEX triplet: CE, B3 and FF. RGB value is (206,179,255). Sum of RGB (Red+Green+Blue) = 206+179+255=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 179 (70.31% from 255 or 27.97% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEB3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB3FF is #314C00. Grayscale: #C3C3C3. Windows color (decimal): -3230721 or 16757710. OLE color: 16757710.
HSL color Cylindrical-coordinate representation of color #CEB3FF: hue angle of 261.32º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEB3FF is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 179 | 255 | - |
| CMYK | 0.19 | 0.30 | 0 | 0 |
| HSL | 261.32º | 1% | 0.85% | - |
| HSV(B) | 261.32º | 0.3% | 1% | - |
| XYZ | 59.62 | 52.58 | 101.61 | - |
| YUV | 195.74 | 161.45 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 255 | 0.19 | 0.30 | 0 | 0 | 261.32 | 1 | 0.85 |
| Hex | CE | B3 | FF | 13 | 1E | 0 | 0 | 105 | 64 | 55 |
| Octal | 316 | 263 | 377 | 23 | 36 | 0 | 0 | 405 | 144 | 125 |
| Binary | 11001110 | 10110011 | 11111111 | 10011 | 11110 | 0 | 0 | 100000101 | 1100100 | 1010101 |
Color Harmonies of #CEB3FF
Complementary color
Monochromatic Colors of #CEB3FF
Black with #CEB3FF
Text Example
Text Example
White with #CEB3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB3FF; }
p { color: rgb(206,179,255); }
H1.HeaderClassName
{
color: #CEB3FF;
}
.AnyTagClassName
{
color: #CEB3FF;
}
</style>
background-color css
<style>
a { background-color: #CEB3FF; }
a { background-color: rgb(206,179,255); }
div.DivClassName
{
background-color: #CEB3FF;
}
.BgClassName
{
background-color: #CEB3FF;
}
</style>
border-color css
<style>
span { border-color: #CEB3FF; }
span { border-color: rgb(206,179,255); }
td.TdClassName
{
border-color: #CEB3FF;
}
.TagClassName
{
border-color: #CEB3FF;
}
</style>