#DCB0EE

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

Shades of Mauve #DCB0EE

Tints of Mauve #DCB0EE

Color information

#DCB0EE (or 0xDCB0EE) is unknown color: approx Mauve. HEX triplet: DC, B0 and EE. RGB value is (220,176,238). Sum of RGB (Red+Green+Blue) = 220+176+238=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 176 (69.14% from 255 or 27.76% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCB0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB0EE is #234F11. Grayscale: #C4C4C4. Windows color (decimal): -2314002 or 15642844. OLE color: 15642844.

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

Color convert

RGB220176238-
CMYK0.080.2600.07
HSL282.58º64.58%81.18%-
HSV(B)282.58º26.05%93.33%-
XYZ60.4752.4487.82-
YUV196.22151.58144.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.70%
GREEN value IS 176 (69.14% from 255) = 27.76%
BLUE value IS 238 (93.36% from 255) = 37.54%
R=34.70%
G=27.76%
B=37.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201762380.080.2600.07282.5864.5881.18
HexDCB0EE81A0711b4151
Octal334260356103207433101121
Binary110111001011000011101110100011010011110001101110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB0EE; }

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

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

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

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

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

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

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

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