#DBBEFF

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

Shades of Mauve #DBBEFF

Tints of Mauve #DBBEFF

Color information

#DBBEFF (or 0xDBBEFF) is unknown color: approx Mauve. HEX triplet: DB, BE and FF. RGB value is (219,190,255). Sum of RGB (Red+Green+Blue) = 219+190+255=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 190 (74.61% from 255 or 28.61% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBBEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBEFF is #244100. Grayscale: #CDCDCD. Windows color (decimal): -2375937 or 16760539. OLE color: 16760539.

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

Color convert

RGB219190255-
CMYK0.140.2500
HSL266.77º100%87.25%-
HSV(B)266.77º25.49%100%-
XYZ65.6859.11102.55-
YUV206.08155.61137.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.98%
GREEN value IS 190 (74.61% from 255) = 28.61%
BLUE value IS 255 (100% from 255) = 38.40%
R=32.98%
G=28.61%
B=38.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2191902550.140.2500266.7710087.25
HexDBBEFFE190010b6457
Octal333276377163100413144127
Binary1101101110111110111111111110110010010000101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBEFF; }

 p { color: rgb(219,190,255); }

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

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

 a { background-color: rgb(219,190,255); }

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

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

 span { border-color: rgb(219,190,255); }

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