Shades of Mauve #CEB0F2
Tints of Mauve #CEB0F2
RGB
CMYK
RGB Variations
Color information
#CEB0F2 (or 0xCEB0F2) is known color: Mauve. HEX triplet: CE, B0 and F2. RGB value is (206,176,242). Sum of RGB (Red+Green+Blue) = 206+176+242=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 176 (69.14% from 255 or 28.21% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEB0F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEB0F2 is #314F0D. Grayscale: #C0C0C0. Windows color (decimal): -3231502 or 15904974. OLE color: 15904974.
HSL color Cylindrical-coordinate representation of color #CEB0F2: hue angle of 267.27º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEB0F2 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 176 | 242 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.05 |
| HSL | 267.27º | 0.72% | 0.82% | - |
| HSV(B) | 267.27º | 0.27% | 0.95% | - |
| XYZ | 57.01 | 50.58 | 90.76 | - |
| YUV | 192.49 | 155.94 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 242 | 0.15 | 0.27 | 0 | 0.05 | 267.27 | 0.72 | 0.82 |
| Hex | CE | B0 | F2 | F | 1B | 0 | 5 | 10B | 48 | 52 |
| Octal | 316 | 260 | 362 | 17 | 33 | 0 | 5 | 413 | 110 | 122 |
| Binary | 11001110 | 10110000 | 11110010 | 1111 | 11011 | 0 | 101 | 100001011 | 1001000 | 1010010 |
Color Harmonies of #CEB0F2
Complementary color
Monochromatic Colors of #CEB0F2
Black with #CEB0F2
Text Example
Text Example
White with #CEB0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB0F2; }
p { color: rgb(206,176,242); }
H1.HeaderClassName
{
color: #CEB0F2;
}
.AnyTagClassName
{
color: #CEB0F2;
}
</style>
background-color css
<style>
a { background-color: #CEB0F2; }
a { background-color: rgb(206,176,242); }
div.DivClassName
{
background-color: #CEB0F2;
}
.BgClassName
{
background-color: #CEB0F2;
}
</style>
border-color css
<style>
span { border-color: #CEB0F2; }
span { border-color: rgb(206,176,242); }
td.TdClassName
{
border-color: #CEB0F2;
}
.TagClassName
{
border-color: #CEB0F2;
}
</style>