#DCBEFB

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

Shades of Mauve #DCBEFB

Tints of Mauve #DCBEFB

Color information

#DCBEFB (or 0xDCBEFB) is unknown color: approx Mauve. HEX triplet: DC, BE and FB. RGB value is (220,190,251). Sum of RGB (Red+Green+Blue) = 220+190+251=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 190 (74.61% from 255 or 28.74% from 661); Blue value is 251 (98.44% from 255 or 37.97% from 661); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCBEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBEFB is #234104. Grayscale: #CDCDCD. Windows color (decimal): -2310405 or 16498396. OLE color: 16498396.

HSL color Cylindrical-coordinate representation of color #DCBEFB: hue angle of 269.51º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCBEFB is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220190251-
CMYK0.120.2400.02
HSL269.51º88.41%86.47%-
HSV(B)269.51º24.3%98.43%-
XYZ65.3459.0199.21-
YUV205.92153.44138.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.28%
GREEN value IS 190 (74.61% from 255) = 28.74%
BLUE value IS 251 (98.44% from 255) = 37.97%
R=33.28%
G=28.74%
B=37.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201902510.120.2400.02269.5188.4186.47
HexDCBEFBC180210e5856
Octal334276373143002416130126
Binary11011100101111101111101111001100001010000111010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBEFB; }

 p { color: rgb(220,190,251); }

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

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

 a { background-color: rgb(220,190,251); }

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

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

 span { border-color: rgb(220,190,251); }

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