#DCB4EE

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

Shades of Mauve #DCB4EE

Tints of Mauve #DCB4EE

Color information

#DCB4EE (or 0xDCB4EE) is unknown color: approx Mauve. HEX triplet: DC, B4 and EE. RGB value is (220,180,238). Sum of RGB (Red+Green+Blue) = 220+180+238=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 180 (70.70% from 255 or 28.21% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCB4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB4EE is #234B11. Grayscale: #C6C6C6. Windows color (decimal): -2312978 or 15643868. OLE color: 15643868.

HSL color Cylindrical-coordinate representation of color #DCB4EE: hue angle of 281.38º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCB4EE is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220180238-
CMYK0.080.2400.07
HSL281.38º63.04%81.96%-
HSV(B)281.38º24.37%93.33%-
XYZ61.2754.0388.09-
YUV198.57150.25143.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.48%
GREEN value IS 180 (70.70% from 255) = 28.21%
BLUE value IS 238 (93.36% from 255) = 37.30%
R=34.48%
G=28.21%
B=37.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201802380.080.2400.07281.3863.0481.96
HexDCB4EE818071193f52
Octal33426435610300743177122
Binary11011100101101001110111010001100001111000110011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB4EE; }

 p { color: rgb(220,180,238); }

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

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

 a { background-color: rgb(220,180,238); }

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

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

 span { border-color: rgb(220,180,238); }

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