Shades of Mauve #CDABFE
Tints of Mauve #CDABFE
RGB
CMYK
RGB Variations
Color information
#CDABFE (or 0xCDABFE) is known color: Mauve. HEX triplet: CD, AB and FE. RGB value is (205,171,254). Sum of RGB (Red+Green+Blue) = 205+171+254=630 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.54% from 630); Green value is 171 (67.19% from 255 or 27.14% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDABFE is #325401. Grayscale: #BEBEBE. Windows color (decimal): -3298306 or 16690125. OLE color: 16690125.
HSL color Cylindrical-coordinate representation of color #CDABFE: hue angle of 264.58º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDABFE is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 171 | 254 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.00 |
| HSL | 264.58º | 0.98% | 0.83% | - |
| HSV(B) | 264.58º | 0.33% | 1% | - |
| XYZ | 57.63 | 49.26 | 100.24 | - |
| YUV | 190.63 | 163.76 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 254 | 0.19 | 0.33 | 0 | 0.00 | 264.58 | 0.98 | 0.83 |
| Hex | CD | AB | FE | 13 | 21 | 0 | 0 | 109 | 62 | 53 |
| Octal | 315 | 253 | 376 | 23 | 41 | 0 | 0 | 411 | 142 | 123 |
| Binary | 11001101 | 10101011 | 11111110 | 10011 | 100001 | 0 | 0 | 100001001 | 1100010 | 1010011 |
Color Harmonies of #CDABFE
Complementary color
Monochromatic Colors of #CDABFE
Black with #CDABFE
Text Example
Text Example
White with #CDABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDABFE; }
p { color: rgb(205,171,254); }
H1.HeaderClassName
{
color: #CDABFE;
}
.AnyTagClassName
{
color: #CDABFE;
}
</style>
background-color css
<style>
a { background-color: #CDABFE; }
a { background-color: rgb(205,171,254); }
div.DivClassName
{
background-color: #CDABFE;
}
.BgClassName
{
background-color: #CDABFE;
}
</style>
border-color css
<style>
span { border-color: #CDABFE; }
span { border-color: rgb(205,171,254); }
td.TdClassName
{
border-color: #CDABFE;
}
.TagClassName
{
border-color: #CDABFE;
}
</style>