#DBBEFC

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

Shades of Mauve #DBBEFC

Tints of Mauve #DBBEFC

Color information

#DBBEFC (or 0xDBBEFC) is unknown color: approx 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

RGB219190252-
CMYK0.130.2500.01
HSL268.06º91.18%86.67%-
HSV(B)268.06º24.6%98.82%-
XYZ65.258.92100.03-
YUV205.74154.11137.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.13%
GREEN value IS 190 (74.61% from 255) = 28.74%
BLUE value IS 252 (98.83% from 255) = 38.12%
R=33.13%
G=28.74%
B=38.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2191902520.130.2500.01268.0691.1886.67
HexDBBEFCD190110c5b57
Octal333276374153101414133127
Binary1101101110111110111111001101110010110000110010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>