#DCB7EE

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

Shades of Mauve #DCB7EE

Tints of Mauve #DCB7EE

Color information

#DCB7EE (or 0xDCB7EE) is unknown color: approx Mauve. HEX triplet: DC, B7 and EE. RGB value is (220,183,238). Sum of RGB (Red+Green+Blue) = 220+183+238=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 183 (71.88% from 255 or 28.55% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCB7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB7EE is #234811. Grayscale: #C8C8C8. Windows color (decimal): -2312210 or 15644636. OLE color: 15644636.

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

Color convert

RGB220183238-
CMYK0.080.2300.07
HSL280.36º61.8%82.55%-
HSV(B)280.36º23.11%93.33%-
XYZ61.8855.2688.29-
YUV200.33149.26142.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.32%
GREEN value IS 183 (71.88% from 255) = 28.55%
BLUE value IS 238 (93.36% from 255) = 37.13%
R=34.32%
G=28.55%
B=37.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201832380.080.2300.07280.3661.882.55
HexDCB7EE817071183e53
Octal33426735610270743076123
Binary11011100101101111110111010001011101111000110001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB7EE; }

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

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

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

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

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

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

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

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