Shades of Mauve #D69CFB
Tints of Mauve #D69CFB
RGB
CMYK
RGB Variations
Color information
#D69CFB (or 0xD69CFB) is known color: Mauve. HEX triplet: D6, 9C and FB. RGB value is (214,156,251). Sum of RGB (Red+Green+Blue) = 214+156+251=621 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.46% from 621); Green value is 156 (61.33% from 255 or 25.12% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #D69CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69CFB is #296304. Grayscale: #B7B7B7. Windows color (decimal): -2712325 or 16489686. OLE color: 16489686.
HSL color Cylindrical-coordinate representation of color #D69CFB: hue angle of 276.63º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D69CFB is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 156 | 251 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.02 |
| HSL | 276.63º | 0.92% | 0.8% | - |
| HSV(B) | 276.63º | 0.38% | 0.98% | - |
| XYZ | 57.03 | 45.04 | 96.95 | - |
| YUV | 184.17 | 165.72 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 156 | 251 | 0.15 | 0.38 | 0 | 0.02 | 276.63 | 0.92 | 0.8 |
| Hex | D6 | 9C | FB | F | 26 | 0 | 2 | 115 | 5C | 50 |
| Octal | 326 | 234 | 373 | 17 | 46 | 0 | 2 | 425 | 134 | 120 |
| Binary | 11010110 | 10011100 | 11111011 | 1111 | 100110 | 0 | 10 | 100010101 | 1011100 | 1010000 |
Color Harmonies of #D69CFB
Complementary color
Monochromatic Colors of #D69CFB
Black with #D69CFB
Text Example
Text Example
White with #D69CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69CFB; }
p { color: rgb(214,156,251); }
H1.HeaderClassName
{
color: #D69CFB;
}
.AnyTagClassName
{
color: #D69CFB;
}
</style>
background-color css
<style>
a { background-color: #D69CFB; }
a { background-color: rgb(214,156,251); }
div.DivClassName
{
background-color: #D69CFB;
}
.BgClassName
{
background-color: #D69CFB;
}
</style>
border-color css
<style>
span { border-color: #D69CFB; }
span { border-color: rgb(214,156,251); }
td.TdClassName
{
border-color: #D69CFB;
}
.TagClassName
{
border-color: #D69CFB;
}
</style>