#DCB9EE

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

Shades of Mauve #DCB9EE

Tints of Mauve #DCB9EE

Color information

#DCB9EE (or 0xDCB9EE) is unknown color: approx Mauve. HEX triplet: DC, B9 and EE. RGB value is (220,185,238). Sum of RGB (Red+Green+Blue) = 220+185+238=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 185 (72.66% from 255 or 28.77% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCB9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB9EE is #234611. Grayscale: #C9C9C9. Windows color (decimal): -2311698 or 15645148. OLE color: 15645148.

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

Color convert

RGB220185238-
CMYK0.080.2200.07
HSL279.62º60.92%82.94%-
HSV(B)279.62º22.27%93.33%-
XYZ62.356.0988.43-
YUV201.51148.6141.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.21%
GREEN value IS 185 (72.66% from 255) = 28.77%
BLUE value IS 238 (93.36% from 255) = 37.01%
R=34.21%
G=28.77%
B=37.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201852380.080.2200.07279.6260.9282.94
HexDCB9EE816071183d53
Octal33427135610260743075123
Binary11011100101110011110111010001011001111000110001111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB9EE; }

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

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

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

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

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

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

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

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