Shades of Mauve #D69EFB
Tints of Mauve #D69EFB
RGB
CMYK
RGB Variations
Color information
#D69EFB (or 0xD69EFB) is known color: Mauve. HEX triplet: D6, 9E and FB. RGB value is (214,158,251). Sum of RGB (Red+Green+Blue) = 214+158+251=623 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.35% from 623); Green value is 158 (62.11% from 255 or 25.36% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #D69EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69EFB is #296104. Grayscale: #B9B9B9. Windows color (decimal): -2711813 or 16490198. OLE color: 16490198.
HSL color Cylindrical-coordinate representation of color #D69EFB: hue angle of 276.13º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D69EFB is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 158 | 251 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.02 |
| HSL | 276.13º | 0.92% | 0.8% | - |
| HSV(B) | 276.13º | 0.37% | 0.98% | - |
| XYZ | 57.37 | 45.71 | 97.07 | - |
| YUV | 185.35 | 165.05 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 158 | 251 | 0.15 | 0.37 | 0 | 0.02 | 276.13 | 0.92 | 0.8 |
| Hex | D6 | 9E | FB | F | 25 | 0 | 2 | 114 | 5C | 50 |
| Octal | 326 | 236 | 373 | 17 | 45 | 0 | 2 | 424 | 134 | 120 |
| Binary | 11010110 | 10011110 | 11111011 | 1111 | 100101 | 0 | 10 | 100010100 | 1011100 | 1010000 |
Color Harmonies of #D69EFB
Complementary color
Monochromatic Colors of #D69EFB
Black with #D69EFB
Text Example
Text Example
White with #D69EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69EFB; }
p { color: rgb(214,158,251); }
H1.HeaderClassName
{
color: #D69EFB;
}
.AnyTagClassName
{
color: #D69EFB;
}
</style>
background-color css
<style>
a { background-color: #D69EFB; }
a { background-color: rgb(214,158,251); }
div.DivClassName
{
background-color: #D69EFB;
}
.BgClassName
{
background-color: #D69EFB;
}
</style>
border-color css
<style>
span { border-color: #D69EFB; }
span { border-color: rgb(214,158,251); }
td.TdClassName
{
border-color: #D69EFB;
}
.TagClassName
{
border-color: #D69EFB;
}
</style>