Shades of Mauve #CDADFE
Tints of Mauve #CDADFE
RGB
CMYK
RGB Variations
Color information
#CDADFE (or 0xCDADFE) is known color: Mauve. HEX triplet: CD, AD and FE. RGB value is (205,173,254). Sum of RGB (Red+Green+Blue) = 205+173+254=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDADFE is #325201. Grayscale: #BFBFBF. Windows color (decimal): -3297794 or 16690637. OLE color: 16690637.
HSL color Cylindrical-coordinate representation of color #CDADFE: hue angle of 263.7º 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 #CDADFE is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 173 | 254 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.00 |
| HSL | 263.7º | 0.98% | 0.84% | - |
| HSV(B) | 263.7º | 0.32% | 1% | - |
| XYZ | 58.01 | 50.02 | 100.36 | - |
| YUV | 191.8 | 163.1 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 173 | 254 | 0.19 | 0.32 | 0 | 0.00 | 263.7 | 0.98 | 0.84 |
| Hex | CD | AD | FE | 13 | 20 | 0 | 0 | 108 | 62 | 54 |
| Octal | 315 | 255 | 376 | 23 | 40 | 0 | 0 | 410 | 142 | 124 |
| Binary | 11001101 | 10101101 | 11111110 | 10011 | 100000 | 0 | 0 | 100001000 | 1100010 | 1010100 |
Color Harmonies of #CDADFE
Complementary color
Monochromatic Colors of #CDADFE
Black with #CDADFE
Text Example
Text Example
White with #CDADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDADFE; }
p { color: rgb(205,173,254); }
H1.HeaderClassName
{
color: #CDADFE;
}
.AnyTagClassName
{
color: #CDADFE;
}
</style>
background-color css
<style>
a { background-color: #CDADFE; }
a { background-color: rgb(205,173,254); }
div.DivClassName
{
background-color: #CDADFE;
}
.BgClassName
{
background-color: #CDADFE;
}
</style>
border-color css
<style>
span { border-color: #CDADFE; }
span { border-color: rgb(205,173,254); }
td.TdClassName
{
border-color: #CDADFE;
}
.TagClassName
{
border-color: #CDADFE;
}
</style>