#DBBCF2

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

Shades of Mauve #DBBCF2

Tints of Mauve #DBBCF2

Color information

#DBBCF2 (or 0xDBBCF2) is unknown color: approx Mauve. HEX triplet: DB, BC and F2. RGB value is (219,188,242). Sum of RGB (Red+Green+Blue) = 219+188+242=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 188 (73.83% from 255 or 28.97% from 649); Blue value is 242 (94.92% from 255 or 37.29% from 649); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBBCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBCF2 is #24430D. Grayscale: #CBCBCB. Windows color (decimal): -2376462 or 15908059. OLE color: 15908059.

HSL color Cylindrical-coordinate representation of color #DBBCF2: hue angle of 274.44º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBBCF2 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219188242-
CMYK0.100.2200.05
HSL274.44º67.5%84.31%-
HSV(B)274.44º22.31%94.9%-
XYZ63.2257.4491.76-
YUV203.42149.77139.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.74%
GREEN value IS 188 (73.83% from 255) = 28.97%
BLUE value IS 242 (94.92% from 255) = 37.29%
R=33.74%
G=28.97%
B=37.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2191882420.100.2200.05274.4467.584.31
HexDBBCF2A16051124454
Octal333274362122605422104124
Binary110110111011110011110010101010110010110001001010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBCF2; }

 p { color: rgb(219,188,242); }

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

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

 a { background-color: rgb(219,188,242); }

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

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

 span { border-color: rgb(219,188,242); }

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