Shades of Mauve #CDADFC
Tints of Mauve #CDADFC
RGB
CMYK
RGB Variations
Color information
#CDADFC (or 0xCDADFC) is known color: Mauve. HEX triplet: CD, AD and FC. RGB value is (205,173,252). Sum of RGB (Red+Green+Blue) = 205+173+252=630 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.54% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDADFC is #325203. Grayscale: #BFBFBF. Windows color (decimal): -3297796 or 16559565. OLE color: 16559565.
HSL color Cylindrical-coordinate representation of color #CDADFC: hue angle of 264.3º 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 #CDADFC is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 173 | 252 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.01 |
| HSL | 264.3º | 0.93% | 0.83% | - |
| HSV(B) | 264.3º | 0.31% | 0.99% | - |
| XYZ | 57.69 | 49.89 | 98.69 | - |
| YUV | 191.57 | 162.1 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 173 | 252 | 0.19 | 0.31 | 0 | 0.01 | 264.3 | 0.93 | 0.83 |
| Hex | CD | AD | FC | 13 | 1F | 0 | 1 | 108 | 5D | 53 |
| Octal | 315 | 255 | 374 | 23 | 37 | 0 | 1 | 410 | 135 | 123 |
| Binary | 11001101 | 10101101 | 11111100 | 10011 | 11111 | 0 | 1 | 100001000 | 1011101 | 1010011 |
Color Harmonies of #CDADFC
Complementary color
Monochromatic Colors of #CDADFC
Black with #CDADFC
Text Example
Text Example
White with #CDADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDADFC; }
p { color: rgb(205,173,252); }
H1.HeaderClassName
{
color: #CDADFC;
}
.AnyTagClassName
{
color: #CDADFC;
}
</style>
background-color css
<style>
a { background-color: #CDADFC; }
a { background-color: rgb(205,173,252); }
div.DivClassName
{
background-color: #CDADFC;
}
.BgClassName
{
background-color: #CDADFC;
}
</style>
border-color css
<style>
span { border-color: #CDADFC; }
span { border-color: rgb(205,173,252); }
td.TdClassName
{
border-color: #CDADFC;
}
.TagClassName
{
border-color: #CDADFC;
}
</style>