#DCBEF7

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

Shades of Mauve #DCBEF7

Tints of Mauve #DCBEF7

Color information

#DCBEF7 (or 0xDCBEF7) is unknown color: approx Mauve. HEX triplet: DC, BE and F7. RGB value is (220,190,247). Sum of RGB (Red+Green+Blue) = 220+190+247=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 190 (74.61% from 255 or 28.92% from 657); Blue value is 247 (96.88% from 255 or 37.60% from 657); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCBEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBEF7 is #234108. Grayscale: #CDCDCD. Windows color (decimal): -2310409 or 16236252. OLE color: 16236252.

HSL color Cylindrical-coordinate representation of color #DCBEF7: hue angle of 271.58º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCBEF7 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB220190247-
CMYK0.110.2300.03
HSL271.58º78.08%85.69%-
HSV(B)271.58º23.08%96.86%-
XYZ64.7258.7695.93-
YUV205.47151.44138.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.49%
GREEN value IS 190 (74.61% from 255) = 28.92%
BLUE value IS 247 (96.88% from 255) = 37.60%
R=33.49%
G=28.92%
B=37.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2201902470.110.2300.03271.5878.0885.69
HexDCBEF7B17031104e56
Octal334276367132703420116126
Binary11011100101111101111011110111011101110001000010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBEF7; }

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

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

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

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

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

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

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

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