#DCB2EE

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

Shades of Mauve #DCB2EE

Tints of Mauve #DCB2EE

Color information

#DCB2EE (or 0xDCB2EE) is unknown color: approx Mauve. HEX triplet: DC, B2 and EE. RGB value is (220,178,238). Sum of RGB (Red+Green+Blue) = 220+178+238=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 178 (69.92% from 255 or 27.99% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCB2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB2EE is #234D11. Grayscale: #C5C5C5. Windows color (decimal): -2313490 or 15643356. OLE color: 15643356.

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

Color convert

RGB220178238-
CMYK0.080.2500.07
HSL282º63.83%81.57%-
HSV(B)282º25.21%93.33%-
XYZ60.8753.2387.96-
YUV197.4150.91144.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.59%
GREEN value IS 178 (69.92% from 255) = 27.99%
BLUE value IS 238 (93.36% from 255) = 37.42%
R=34.59%
G=27.99%
B=37.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201782380.080.2500.0728263.8381.57
HexDCB2EE8190711a4052
Octal334262356103107432100122
Binary110111001011001011101110100011001011110001101010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB2EE; }

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

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

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

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

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

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

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

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