Shades of Mauve #CDADFF
Tints of Mauve #CDADFF
RGB
CMYK
RGB Variations
Color information
#CDADFF (or 0xCDADFF) is known color: Mauve. HEX triplet: CD, AD and FF. RGB value is (205,173,255). Sum of RGB (Red+Green+Blue) = 205+173+255=633 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.39% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDADFF is #325200. Grayscale: #BFBFBF. Windows color (decimal): -3297793 or 16756173. OLE color: 16756173.
HSL color Cylindrical-coordinate representation of color #CDADFF: hue angle of 263.41º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDADFF is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 173 | 255 | - |
| CMYK | 0.20 | 0.32 | 0 | 0 |
| HSL | 263.41º | 1% | 0.84% | - |
| HSV(B) | 263.41º | 0.32% | 1% | - |
| XYZ | 58.17 | 50.09 | 101.21 | - |
| YUV | 191.92 | 163.6 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 173 | 255 | 0.20 | 0.32 | 0 | 0 | 263.41 | 1 | 0.84 |
| Hex | CD | AD | FF | 14 | 20 | 0 | 0 | 107 | 64 | 54 |
| Octal | 315 | 255 | 377 | 24 | 40 | 0 | 0 | 407 | 144 | 124 |
| Binary | 11001101 | 10101101 | 11111111 | 10100 | 100000 | 0 | 0 | 100000111 | 1100100 | 1010100 |
Color Harmonies of #CDADFF
Complementary color
Monochromatic Colors of #CDADFF
Black with #CDADFF
Text Example
Text Example
White with #CDADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDADFF; }
p { color: rgb(205,173,255); }
H1.HeaderClassName
{
color: #CDADFF;
}
.AnyTagClassName
{
color: #CDADFF;
}
</style>
background-color css
<style>
a { background-color: #CDADFF; }
a { background-color: rgb(205,173,255); }
div.DivClassName
{
background-color: #CDADFF;
}
.BgClassName
{
background-color: #CDADFF;
}
</style>
border-color css
<style>
span { border-color: #CDADFF; }
span { border-color: rgb(205,173,255); }
td.TdClassName
{
border-color: #CDADFF;
}
.TagClassName
{
border-color: #CDADFF;
}
</style>