#DBB8FE

Color #DBB8FE Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #DBB8FE

Tints of Mauve #DBB8FE

Color information

#DBB8FE (or 0xDBB8FE) is unknown color: approx Mauve. HEX triplet: DB, B8 and FE. RGB value is (219,184,254). Sum of RGB (Red+Green+Blue) = 219+184+254=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 184 (72.27% from 255 or 28.01% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBB8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB8FE is #244701. Grayscale: #CACACA. Windows color (decimal): -2377474 or 16693467. OLE color: 16693467.

HSL color Cylindrical-coordinate representation of color #DBB8FE: hue angle of 270º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBB8FE is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB219184254-
CMYK0.140.2800.00
HSL270º97.22%85.88%-
HSV(B)270º27.56%99.61%-
XYZ64.2456.5101.28-
YUV202.44157.1139.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 33.33%
GREEN value IS 184 (72.27% from 255) = 28.01%
BLUE value IS 254 (99.61% from 255) = 38.66%
R=33.33%
G=28.01%
B=38.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2191842540.140.2800.0027097.2285.88
HexDBB8FEE1C0010e6156
Octal333270376163400416141126
Binary1101101110111000111111101110111000010000111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB8FE; }

 p { color: rgb(219,184,254); }

 H1.HeaderClassName
 {
   color: #DBB8FE;
 }
 .AnyTagClassName
 {
   color: #DBB8FE;
 }
</style>
background-color css

<style>
 a { background-color: #DBB8FE; }

 a { background-color: rgb(219,184,254); }

 div.DivClassName
 {
   background-color: #DBB8FE;
 }
 .BgClassName
 {
   background-color: #DBB8FE;
 }
</style>
border-color css

<style>
 span { border-color: #DBB8FE; }

 span { border-color: rgb(219,184,254); }

 td.TdClassName
 {
   border-color: #DBB8FE;
 }
 .TagClassName
 {
   border-color: #DBB8FE;
 }
</style>