Shades of Mauve #CEB0FF
Tints of Mauve #CEB0FF
RGB
CMYK
RGB Variations
Color information
#CEB0FF (or 0xCEB0FF) is known color: Mauve. HEX triplet: CE, B0 and FF. RGB value is (206,176,255). Sum of RGB (Red+Green+Blue) = 206+176+255=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 176 (69.14% from 255 or 27.63% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEB0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB0FF is #314F00. Grayscale: #C1C1C1. Windows color (decimal): -3231489 or 16756942. OLE color: 16756942.
HSL color Cylindrical-coordinate representation of color #CEB0FF: hue angle of 262.78º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEB0FF is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 176 | 255 | - |
| CMYK | 0.19 | 0.31 | 0 | 0 |
| HSL | 262.78º | 1% | 0.85% | - |
| HSV(B) | 262.78º | 0.31% | 1% | - |
| XYZ | 59.03 | 51.39 | 101.42 | - |
| YUV | 193.98 | 162.44 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 255 | 0.19 | 0.31 | 0 | 0 | 262.78 | 1 | 0.85 |
| Hex | CE | B0 | FF | 13 | 1F | 0 | 0 | 107 | 64 | 55 |
| Octal | 316 | 260 | 377 | 23 | 37 | 0 | 0 | 407 | 144 | 125 |
| Binary | 11001110 | 10110000 | 11111111 | 10011 | 11111 | 0 | 0 | 100000111 | 1100100 | 1010101 |
Color Harmonies of #CEB0FF
Complementary color
Monochromatic Colors of #CEB0FF
Black with #CEB0FF
Text Example
Text Example
White with #CEB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB0FF; }
p { color: rgb(206,176,255); }
H1.HeaderClassName
{
color: #CEB0FF;
}
.AnyTagClassName
{
color: #CEB0FF;
}
</style>
background-color css
<style>
a { background-color: #CEB0FF; }
a { background-color: rgb(206,176,255); }
div.DivClassName
{
background-color: #CEB0FF;
}
.BgClassName
{
background-color: #CEB0FF;
}
</style>
border-color css
<style>
span { border-color: #CEB0FF; }
span { border-color: rgb(206,176,255); }
td.TdClassName
{
border-color: #CEB0FF;
}
.TagClassName
{
border-color: #CEB0FF;
}
</style>