Shades of Mauve #CCADFE
Tints of Mauve #CCADFE
RGB
CMYK
RGB Variations
Color information
#CCADFE (or 0xCCADFE) is known color: Mauve. HEX triplet: CC, AD and FE. RGB value is (204,173,254). Sum of RGB (Red+Green+Blue) = 204+173+254=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCADFE is #335201. Grayscale: #BFBFBF. Windows color (decimal): -3363330 or 16690636. OLE color: 16690636.
HSL color Cylindrical-coordinate representation of color #CCADFE: hue angle of 262.96º 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 #CCADFE is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 173 | 254 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.00 |
| HSL | 262.96º | 0.98% | 0.84% | - |
| HSV(B) | 262.96º | 0.32% | 1% | - |
| XYZ | 57.73 | 49.88 | 100.35 | - |
| YUV | 191.5 | 163.27 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 254 | 0.20 | 0.32 | 0 | 0.00 | 262.96 | 0.98 | 0.84 |
| Hex | CC | AD | FE | 14 | 20 | 0 | 0 | 107 | 62 | 54 |
| Octal | 314 | 255 | 376 | 24 | 40 | 0 | 0 | 407 | 142 | 124 |
| Binary | 11001100 | 10101101 | 11111110 | 10100 | 100000 | 0 | 0 | 100000111 | 1100010 | 1010100 |
Color Harmonies of #CCADFE
Complementary color
Monochromatic Colors of #CCADFE
Black with #CCADFE
Text Example
Text Example
White with #CCADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADFE; }
p { color: rgb(204,173,254); }
H1.HeaderClassName
{
color: #CCADFE;
}
.AnyTagClassName
{
color: #CCADFE;
}
</style>
background-color css
<style>
a { background-color: #CCADFE; }
a { background-color: rgb(204,173,254); }
div.DivClassName
{
background-color: #CCADFE;
}
.BgClassName
{
background-color: #CCADFE;
}
</style>
border-color css
<style>
span { border-color: #CCADFE; }
span { border-color: rgb(204,173,254); }
td.TdClassName
{
border-color: #CCADFE;
}
.TagClassName
{
border-color: #CCADFE;
}
</style>