Shades of Mauve #CEADFD
Tints of Mauve #CEADFD
RGB
CMYK
RGB Variations
Color information
#CEADFD (or 0xCEADFD) is known color: Mauve. HEX triplet: CE, AD and FD. RGB value is (206,173,253). Sum of RGB (Red+Green+Blue) = 206+173+253=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEADFD is #315202. Grayscale: #BFBFBF. Windows color (decimal): -3232259 or 16625102. OLE color: 16625102.
HSL color Cylindrical-coordinate representation of color #CEADFD: hue angle of 264.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEADFD is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 173 | 253 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.01 |
| HSL | 264.75º | 0.95% | 0.84% | - |
| HSV(B) | 264.75º | 0.32% | 0.99% | - |
| XYZ | 58.13 | 50.1 | 99.54 | - |
| YUV | 191.99 | 162.43 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 253 | 0.19 | 0.32 | 0 | 0.01 | 264.75 | 0.95 | 0.84 |
| Hex | CE | AD | FD | 13 | 20 | 0 | 1 | 109 | 5F | 54 |
| Octal | 316 | 255 | 375 | 23 | 40 | 0 | 1 | 411 | 137 | 124 |
| Binary | 11001110 | 10101101 | 11111101 | 10011 | 100000 | 0 | 1 | 100001001 | 1011111 | 1010100 |
Color Harmonies of #CEADFD
Complementary color
Monochromatic Colors of #CEADFD
Black with #CEADFD
Text Example
Text Example
White with #CEADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADFD; }
p { color: rgb(206,173,253); }
H1.HeaderClassName
{
color: #CEADFD;
}
.AnyTagClassName
{
color: #CEADFD;
}
</style>
background-color css
<style>
a { background-color: #CEADFD; }
a { background-color: rgb(206,173,253); }
div.DivClassName
{
background-color: #CEADFD;
}
.BgClassName
{
background-color: #CEADFD;
}
</style>
border-color css
<style>
span { border-color: #CEADFD; }
span { border-color: rgb(206,173,253); }
td.TdClassName
{
border-color: #CEADFD;
}
.TagClassName
{
border-color: #CEADFD;
}
</style>