Shades of Mauve #CEAFFE
Tints of Mauve #CEAFFE
RGB
CMYK
RGB Variations
Color information
#CEAFFE (or 0xCEAFFE) is known color: Mauve. HEX triplet: CE, AF and FE. RGB value is (206,175,254). Sum of RGB (Red+Green+Blue) = 206+175+254=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEAFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAFFE is #315001. Grayscale: #C0C0C0. Windows color (decimal): -3231746 or 16691150. OLE color: 16691150.
HSL color Cylindrical-coordinate representation of color #CEAFFE: hue angle of 263.54º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEAFFE is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 175 | 254 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.00 |
| HSL | 263.54º | 0.98% | 0.84% | - |
| HSV(B) | 263.54º | 0.31% | 1% | - |
| XYZ | 58.67 | 50.94 | 100.51 | - |
| YUV | 193.28 | 162.27 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 254 | 0.19 | 0.31 | 0 | 0.00 | 263.54 | 0.98 | 0.84 |
| Hex | CE | AF | FE | 13 | 1F | 0 | 0 | 108 | 62 | 54 |
| Octal | 316 | 257 | 376 | 23 | 37 | 0 | 0 | 410 | 142 | 124 |
| Binary | 11001110 | 10101111 | 11111110 | 10011 | 11111 | 0 | 0 | 100001000 | 1100010 | 1010100 |
Color Harmonies of #CEAFFE
Complementary color
Monochromatic Colors of #CEAFFE
Black with #CEAFFE
Text Example
Text Example
White with #CEAFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAFFE; }
p { color: rgb(206,175,254); }
H1.HeaderClassName
{
color: #CEAFFE;
}
.AnyTagClassName
{
color: #CEAFFE;
}
</style>
background-color css
<style>
a { background-color: #CEAFFE; }
a { background-color: rgb(206,175,254); }
div.DivClassName
{
background-color: #CEAFFE;
}
.BgClassName
{
background-color: #CEAFFE;
}
</style>
border-color css
<style>
span { border-color: #CEAFFE; }
span { border-color: rgb(206,175,254); }
td.TdClassName
{
border-color: #CEAFFE;
}
.TagClassName
{
border-color: #CEAFFE;
}
</style>