#DBBCF3

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

Shades of Mauve #DBBCF3

Tints of Mauve #DBBCF3

Color information

#DBBCF3 (or 0xDBBCF3) is unknown color: approx Mauve. HEX triplet: DB, BC and F3. RGB value is (219,188,243). Sum of RGB (Red+Green+Blue) = 219+188+243=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 188 (73.83% from 255 or 28.92% from 650); Blue value is 243 (95.31% from 255 or 37.38% from 650); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBBCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBCF3 is #24430C. Grayscale: #CBCBCB. Windows color (decimal): -2376461 or 15973595. OLE color: 15973595.

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

Color convert

RGB219188243-
CMYK0.100.2300.05
HSL273.82º69.62%84.51%-
HSV(B)273.82º22.63%95.29%-
XYZ63.3757.592.55-
YUV203.54150.27139.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.69%
GREEN value IS 188 (73.83% from 255) = 28.92%
BLUE value IS 243 (95.31% from 255) = 37.38%
R=33.69%
G=28.92%
B=37.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2191882430.100.2300.05273.8269.6284.51
HexDBBCF3A17051124655
Octal333274363122705422106125
Binary110110111011110011110011101010111010110001001010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBCF3; }

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

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

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

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

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

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

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

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