Shades of Mauve #CDAEFC
Tints of Mauve #CDAEFC
RGB
CMYK
RGB Variations
Color information
#CDAEFC (or 0xCDAEFC) is known color: Mauve. HEX triplet: CD, AE and FC. RGB value is (205,174,252). Sum of RGB (Red+Green+Blue) = 205+174+252=631 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.49% from 631); Green value is 174 (68.36% from 255 or 27.58% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDAEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAEFC is #325103. Grayscale: #BFBFBF. Windows color (decimal): -3297540 or 16559821. OLE color: 16559821.
HSL color Cylindrical-coordinate representation of color #CDAEFC: hue angle of 263.85º degrees, saturation: 0.93, 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 #CDAEFC is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 174 | 252 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.01 |
| HSL | 263.85º | 0.93% | 0.84% | - |
| HSV(B) | 263.85º | 0.31% | 0.99% | - |
| XYZ | 57.88 | 50.28 | 98.75 | - |
| YUV | 192.16 | 161.77 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 174 | 252 | 0.19 | 0.31 | 0 | 0.01 | 263.85 | 0.93 | 0.84 |
| Hex | CD | AE | FC | 13 | 1F | 0 | 1 | 108 | 5D | 54 |
| Octal | 315 | 256 | 374 | 23 | 37 | 0 | 1 | 410 | 135 | 124 |
| Binary | 11001101 | 10101110 | 11111100 | 10011 | 11111 | 0 | 1 | 100001000 | 1011101 | 1010100 |
Color Harmonies of #CDAEFC
Complementary color
Monochromatic Colors of #CDAEFC
Black with #CDAEFC
Text Example
Text Example
White with #CDAEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAEFC; }
p { color: rgb(205,174,252); }
H1.HeaderClassName
{
color: #CDAEFC;
}
.AnyTagClassName
{
color: #CDAEFC;
}
</style>
background-color css
<style>
a { background-color: #CDAEFC; }
a { background-color: rgb(205,174,252); }
div.DivClassName
{
background-color: #CDAEFC;
}
.BgClassName
{
background-color: #CDAEFC;
}
</style>
border-color css
<style>
span { border-color: #CDAEFC; }
span { border-color: rgb(205,174,252); }
td.TdClassName
{
border-color: #CDAEFC;
}
.TagClassName
{
border-color: #CDAEFC;
}
</style>