#DCB8EE

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

Shades of Mauve #DCB8EE

Tints of Mauve #DCB8EE

Color information

#DCB8EE (or 0xDCB8EE) is unknown color: approx Mauve. HEX triplet: DC, B8 and EE. RGB value is (220,184,238). Sum of RGB (Red+Green+Blue) = 220+184+238=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 184 (72.27% from 255 or 28.66% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCB8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB8EE is #234711. Grayscale: #C8C8C8. Windows color (decimal): -2311954 or 15644892. OLE color: 15644892.

HSL color Cylindrical-coordinate representation of color #DCB8EE: hue angle of 280º degrees, saturation: 0.61, 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 #DCB8EE is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220184238-
CMYK0.080.2300.07
HSL280º61.36%82.75%-
HSV(B)280º22.69%93.33%-
XYZ62.0955.6788.36-
YUV200.92148.93141.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.27%
GREEN value IS 184 (72.27% from 255) = 28.66%
BLUE value IS 238 (93.36% from 255) = 37.07%
R=34.27%
G=28.66%
B=37.07%

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
Decimal2201842380.080.2300.0728061.3682.75
HexDCB8EE817071183d53
Octal33427035610270743075123
Binary11011100101110001110111010001011101111000110001111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB8EE; }

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

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

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

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

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

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

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

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