Shades of Mauve #D4B9FD
Tints of Mauve #D4B9FD
RGB
CMYK
RGB Variations
Color information
#D4B9FD (or 0xD4B9FD) is known color: Mauve. HEX triplet: D4, B9 and FD. RGB value is (212,185,253). Sum of RGB (Red+Green+Blue) = 212+185+253=650 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.62% from 650); Green value is 185 (72.66% from 255 or 28.46% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4B9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B9FD is #2B4602. Grayscale: #C8C8C8. Windows color (decimal): -2835971 or 16628180. OLE color: 16628180.
HSL color Cylindrical-coordinate representation of color #D4B9FD: hue angle of 263.82º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4B9FD is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 212 | 185 | 253 | - |
CMYK | 0.16 | 0.27 | 0 | 0.01 |
HSL | 263.82º | 0.94% | 0.86% | - |
HSV(B) | 263.82º | 0.27% | 0.99% | - |
XYZ | 62.23 | 55.79 | 100.42 | - |
YUV | 200.83 | 157.45 | 135.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 185 | 253 | 0.16 | 0.27 | 0 | 0.01 | 263.82 | 0.94 | 0.86 |
Hex | D4 | B9 | FD | 10 | 1B | 0 | 1 | 108 | 5E | 56 |
Octal | 324 | 271 | 375 | 20 | 33 | 0 | 1 | 410 | 136 | 126 |
Binary | 11010100 | 10111001 | 11111101 | 10000 | 11011 | 0 | 1 | 100001000 | 1011110 | 1010110 |
Color Harmonies of #D4B9FD
Complementary color
Monochromatic Colors of #D4B9FD
Black with #D4B9FD
Text Example
Text Example
White with #D4B9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B9FD; }
p { color: rgb(212,185,253); }
H1.HeaderClassName
{
color: #D4B9FD;
}
.AnyTagClassName
{
color: #D4B9FD;
}
</style>
background-color css
<style>
a { background-color: #D4B9FD; }
a { background-color: rgb(212,185,253); }
div.DivClassName
{
background-color: #D4B9FD;
}
.BgClassName
{
background-color: #D4B9FD;
}
</style>
border-color css
<style>
span { border-color: #D4B9FD; }
span { border-color: rgb(212,185,253); }
td.TdClassName
{
border-color: #D4B9FD;
}
.TagClassName
{
border-color: #D4B9FD;
}
</style>