Shades of Mauve #DBBEFC
Tints of Mauve #DBBEFC
RGB
CMYK
RGB Variations
Color information
#DBBEFC (or 0xDBBEFC) is known color: Mauve. HEX triplet: DB, BE and FC. RGB value is (219,190,252). Sum of RGB (Red+Green+Blue) = 219+190+252=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 190 (74.61% from 255 or 28.74% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBBEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBEFC is #244103. Grayscale: #CDCDCD. Windows color (decimal): -2375940 or 16563931. OLE color: 16563931.
HSL color Cylindrical-coordinate representation of color #DBBEFC: hue angle of 268.06º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBBEFC is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 190 | 252 | - |
CMYK | 0.13 | 0.25 | 0 | 0.01 |
HSL | 268.06º | 0.91% | 0.87% | - |
HSV(B) | 268.06º | 0.25% | 0.99% | - |
XYZ | 65.2 | 58.92 | 100.03 | - |
YUV | 205.74 | 154.11 | 137.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 190 | 252 | 0.13 | 0.25 | 0 | 0.01 | 268.06 | 0.91 | 0.87 |
Hex | DB | BE | FC | D | 19 | 0 | 1 | 10C | 5B | 57 |
Octal | 333 | 276 | 374 | 15 | 31 | 0 | 1 | 414 | 133 | 127 |
Binary | 11011011 | 10111110 | 11111100 | 1101 | 11001 | 0 | 1 | 100001100 | 1011011 | 1010111 |
Color Harmonies of #DBBEFC
Complementary color
Monochromatic Colors of #DBBEFC
Black with #DBBEFC
Text Example
Text Example
White with #DBBEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBEFC; }
p { color: rgb(219,190,252); }
H1.HeaderClassName
{
color: #DBBEFC;
}
.AnyTagClassName
{
color: #DBBEFC;
}
</style>
background-color css
<style>
a { background-color: #DBBEFC; }
a { background-color: rgb(219,190,252); }
div.DivClassName
{
background-color: #DBBEFC;
}
.BgClassName
{
background-color: #DBBEFC;
}
</style>
border-color css
<style>
span { border-color: #DBBEFC; }
span { border-color: rgb(219,190,252); }
td.TdClassName
{
border-color: #DBBEFC;
}
.TagClassName
{
border-color: #DBBEFC;
}
</style>