Shades of Mauve #CDAEFD
Tints of Mauve #CDAEFD
RGB
CMYK
RGB Variations
Color information
#CDAEFD (or 0xCDAEFD) is known color: Mauve. HEX triplet: CD, AE and FD. RGB value is (205,174,253). Sum of RGB (Red+Green+Blue) = 205+174+253=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 174 (68.36% from 255 or 27.53% 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 #CDAEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAEFD is #325102. Grayscale: #BFBFBF. Windows color (decimal): -3297539 or 16625357. OLE color: 16625357.
HSL color Cylindrical-coordinate representation of color #CDAEFD: hue angle of 263.54º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDAEFD is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 174 | 253 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.01 |
| HSL | 263.54º | 0.95% | 0.84% | - |
| HSV(B) | 263.54º | 0.31% | 0.99% | - |
| XYZ | 58.04 | 50.34 | 99.59 | - |
| YUV | 192.28 | 162.27 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 174 | 253 | 0.19 | 0.31 | 0 | 0.01 | 263.54 | 0.95 | 0.84 |
| Hex | CD | AE | FD | 13 | 1F | 0 | 1 | 108 | 5F | 54 |
| Octal | 315 | 256 | 375 | 23 | 37 | 0 | 1 | 410 | 137 | 124 |
| Binary | 11001101 | 10101110 | 11111101 | 10011 | 11111 | 0 | 1 | 100001000 | 1011111 | 1010100 |
Color Harmonies of #CDAEFD
Complementary color
Monochromatic Colors of #CDAEFD
Black with #CDAEFD
Text Example
Text Example
White with #CDAEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAEFD; }
p { color: rgb(205,174,253); }
H1.HeaderClassName
{
color: #CDAEFD;
}
.AnyTagClassName
{
color: #CDAEFD;
}
</style>
background-color css
<style>
a { background-color: #CDAEFD; }
a { background-color: rgb(205,174,253); }
div.DivClassName
{
background-color: #CDAEFD;
}
.BgClassName
{
background-color: #CDAEFD;
}
</style>
border-color css
<style>
span { border-color: #CDAEFD; }
span { border-color: rgb(205,174,253); }
td.TdClassName
{
border-color: #CDAEFD;
}
.TagClassName
{
border-color: #CDAEFD;
}
</style>