Shades of Mauve #CEADFE
Tints of Mauve #CEADFE
RGB
CMYK
RGB Variations
Color information
#CEADFE (or 0xCEADFE) is known color: Mauve. HEX triplet: CE, AD and FE. RGB value is (206,173,254). Sum of RGB (Red+Green+Blue) = 206+173+254=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEADFE is #315201. Grayscale: #BFBFBF. Windows color (decimal): -3232258 or 16690638. OLE color: 16690638.
HSL color Cylindrical-coordinate representation of color #CEADFE: hue angle of 264.44º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEADFE is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 173 | 254 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.00 |
| HSL | 264.44º | 0.98% | 0.84% | - |
| HSV(B) | 264.44º | 0.32% | 1% | - |
| XYZ | 58.29 | 50.16 | 100.38 | - |
| YUV | 192.1 | 162.93 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 254 | 0.19 | 0.32 | 0 | 0.00 | 264.44 | 0.98 | 0.84 |
| Hex | CE | AD | FE | 13 | 20 | 0 | 0 | 108 | 62 | 54 |
| Octal | 316 | 255 | 376 | 23 | 40 | 0 | 0 | 410 | 142 | 124 |
| Binary | 11001110 | 10101101 | 11111110 | 10011 | 100000 | 0 | 0 | 100001000 | 1100010 | 1010100 |
Color Harmonies of #CEADFE
Complementary color
Monochromatic Colors of #CEADFE
Black with #CEADFE
Text Example
Text Example
White with #CEADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADFE; }
p { color: rgb(206,173,254); }
H1.HeaderClassName
{
color: #CEADFE;
}
.AnyTagClassName
{
color: #CEADFE;
}
</style>
background-color css
<style>
a { background-color: #CEADFE; }
a { background-color: rgb(206,173,254); }
div.DivClassName
{
background-color: #CEADFE;
}
.BgClassName
{
background-color: #CEADFE;
}
</style>
border-color css
<style>
span { border-color: #CEADFE; }
span { border-color: rgb(206,173,254); }
td.TdClassName
{
border-color: #CEADFE;
}
.TagClassName
{
border-color: #CEADFE;
}
</style>