Shades of Mauve #CEADFC
Tints of Mauve #CEADFC
RGB
CMYK
RGB Variations
Color information
#CEADFC (or 0xCEADFC) is known color: Mauve. HEX triplet: CE, AD and FC. RGB value is (206,173,252). Sum of RGB (Red+Green+Blue) = 206+173+252=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEADFC is #315203. Grayscale: #BFBFBF. Windows color (decimal): -3232260 or 16559566. OLE color: 16559566.
HSL color Cylindrical-coordinate representation of color #CEADFC: hue angle of 265.06º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEADFC is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 173 | 252 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.01 |
| HSL | 265.06º | 0.93% | 0.83% | - |
| HSV(B) | 265.06º | 0.31% | 0.99% | - |
| XYZ | 57.97 | 50.04 | 98.7 | - |
| YUV | 191.87 | 161.93 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 252 | 0.18 | 0.31 | 0 | 0.01 | 265.06 | 0.93 | 0.83 |
| Hex | CE | AD | FC | 12 | 1F | 0 | 1 | 109 | 5D | 53 |
| Octal | 316 | 255 | 374 | 22 | 37 | 0 | 1 | 411 | 135 | 123 |
| Binary | 11001110 | 10101101 | 11111100 | 10010 | 11111 | 0 | 1 | 100001001 | 1011101 | 1010011 |
Color Harmonies of #CEADFC
Complementary color
Monochromatic Colors of #CEADFC
Black with #CEADFC
Text Example
Text Example
White with #CEADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADFC; }
p { color: rgb(206,173,252); }
H1.HeaderClassName
{
color: #CEADFC;
}
.AnyTagClassName
{
color: #CEADFC;
}
</style>
background-color css
<style>
a { background-color: #CEADFC; }
a { background-color: rgb(206,173,252); }
div.DivClassName
{
background-color: #CEADFC;
}
.BgClassName
{
background-color: #CEADFC;
}
</style>
border-color css
<style>
span { border-color: #CEADFC; }
span { border-color: rgb(206,173,252); }
td.TdClassName
{
border-color: #CEADFC;
}
.TagClassName
{
border-color: #CEADFC;
}
</style>