#DCBEF4

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

Shades of Mauve #DCBEF4

Tints of Mauve #DCBEF4

Color information

#DCBEF4 (or 0xDCBEF4) is unknown color: approx Mauve. HEX triplet: DC, BE and F4. RGB value is (220,190,244). Sum of RGB (Red+Green+Blue) = 220+190+244=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 190 (74.61% from 255 or 29.05% from 654); Blue value is 244 (95.70% from 255 or 37.31% from 654); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCBEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBEF4 is #23410B. Grayscale: #CCCCCC. Windows color (decimal): -2310412 or 16039644. OLE color: 16039644.

HSL color Cylindrical-coordinate representation of color #DCBEF4: hue angle of 273.33º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCBEF4 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220190244-
CMYK0.100.2200.04
HSL273.33º71.05%85.1%-
HSV(B)273.33º22.13%95.69%-
XYZ64.2658.5793.51-
YUV205.13149.94138.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.64%
GREEN value IS 190 (74.61% from 255) = 29.05%
BLUE value IS 244 (95.70% from 255) = 37.31%
R=33.64%
G=29.05%
B=37.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2201902440.100.2200.04273.3371.0585.1
HexDCBEF4A16041114755
Octal334276364122604421107125
Binary110111001011111011110100101010110010010001000110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBEF4; }

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

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

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

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

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

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

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

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