Shades of Mauve #CDACFC
Tints of Mauve #CDACFC
RGB
CMYK
RGB Variations
Color information
#CDACFC (or 0xCDACFC) is known color: Mauve. HEX triplet: CD, AC and FC. RGB value is (205,172,252). Sum of RGB (Red+Green+Blue) = 205+172+252=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDACFC is #325303. Grayscale: #BEBEBE. Windows color (decimal): -3298052 or 16559309. OLE color: 16559309.
HSL color Cylindrical-coordinate representation of color #CDACFC: hue angle of 264.75º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDACFC is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 172 | 252 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.01 |
| HSL | 264.75º | 0.93% | 0.83% | - |
| HSV(B) | 264.75º | 0.32% | 0.99% | - |
| XYZ | 57.5 | 49.51 | 98.62 | - |
| YUV | 190.99 | 162.43 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 252 | 0.19 | 0.32 | 0 | 0.01 | 264.75 | 0.93 | 0.83 |
| Hex | CD | AC | FC | 13 | 20 | 0 | 1 | 109 | 5D | 53 |
| Octal | 315 | 254 | 374 | 23 | 40 | 0 | 1 | 411 | 135 | 123 |
| Binary | 11001101 | 10101100 | 11111100 | 10011 | 100000 | 0 | 1 | 100001001 | 1011101 | 1010011 |
Color Harmonies of #CDACFC
Complementary color
Monochromatic Colors of #CDACFC
Black with #CDACFC
Text Example
Text Example
White with #CDACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDACFC; }
p { color: rgb(205,172,252); }
H1.HeaderClassName
{
color: #CDACFC;
}
.AnyTagClassName
{
color: #CDACFC;
}
</style>
background-color css
<style>
a { background-color: #CDACFC; }
a { background-color: rgb(205,172,252); }
div.DivClassName
{
background-color: #CDACFC;
}
.BgClassName
{
background-color: #CDACFC;
}
</style>
border-color css
<style>
span { border-color: #CDACFC; }
span { border-color: rgb(205,172,252); }
td.TdClassName
{
border-color: #CDACFC;
}
.TagClassName
{
border-color: #CDACFC;
}
</style>