Shades of Mauve #DFBBFD
Tints of Mauve #DFBBFD
RGB
CMYK
RGB Variations
Color information
#DFBBFD (or 0xDFBBFD) is known color: Mauve. HEX triplet: DF, BB and FD. RGB value is (223,187,253). Sum of RGB (Red+Green+Blue) = 223+187+253=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 187 (73.44% from 255 or 28.21% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFBBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBBFD is #204402. Grayscale: #CDCDCD. Windows color (decimal): -2114563 or 16628703. OLE color: 16628703.
HSL color Cylindrical-coordinate representation of color #DFBBFD: hue angle of 272.73º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFBBFD is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 187 | 253 | - |
CMYK | 0.12 | 0.26 | 0 | 0.01 |
HSL | 272.73º | 0.94% | 0.86% | - |
HSV(B) | 272.73º | 0.26% | 0.99% | - |
XYZ | 65.93 | 58.32 | 100.71 | - |
YUV | 205.29 | 154.93 | 140.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 187 | 253 | 0.12 | 0.26 | 0 | 0.01 | 272.73 | 0.94 | 0.86 |
Hex | DF | BB | FD | C | 1A | 0 | 1 | 111 | 5E | 56 |
Octal | 337 | 273 | 375 | 14 | 32 | 0 | 1 | 421 | 136 | 126 |
Binary | 11011111 | 10111011 | 11111101 | 1100 | 11010 | 0 | 1 | 100010001 | 1011110 | 1010110 |
Color Harmonies of #DFBBFD
Complementary color
Monochromatic Colors of #DFBBFD
Black with #DFBBFD
Text Example
Text Example
White with #DFBBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBBFD; }
p { color: rgb(223,187,253); }
H1.HeaderClassName
{
color: #DFBBFD;
}
.AnyTagClassName
{
color: #DFBBFD;
}
</style>
background-color css
<style>
a { background-color: #DFBBFD; }
a { background-color: rgb(223,187,253); }
div.DivClassName
{
background-color: #DFBBFD;
}
.BgClassName
{
background-color: #DFBBFD;
}
</style>
border-color css
<style>
span { border-color: #DFBBFD; }
span { border-color: rgb(223,187,253); }
td.TdClassName
{
border-color: #DFBBFD;
}
.TagClassName
{
border-color: #DFBBFD;
}
</style>