#DCBAED

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

Shades of Mauve #DCBAED

Tints of Mauve #DCBAED

Color information

#DCBAED (or 0xDCBAED) is unknown color: approx Mauve. HEX triplet: DC, BA and ED. RGB value is (220,186,237). Sum of RGB (Red+Green+Blue) = 220+186+237=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCBAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAED is #234512. Grayscale: #C9C9C9. Windows color (decimal): -2311443 or 15579868. OLE color: 15579868.

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

Color convert

RGB220186237-
CMYK0.070.2200.07
HSL280º58.62%82.94%-
HSV(B)280º21.52%92.94%-
XYZ62.3656.4587.73-
YUV201.98147.76140.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.21%
GREEN value IS 186 (73.05% from 255) = 28.93%
BLUE value IS 237 (92.97% from 255) = 36.86%
R=34.21%
G=28.93%
B=36.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201862370.070.2200.0728058.6282.94
HexDCBAED716071183b53
Octal3342723557260743073123
Binary1101110010111010111011011111011001111000110001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAED; }

 p { color: rgb(220,186,237); }

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

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

 a { background-color: rgb(220,186,237); }

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

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

 span { border-color: rgb(220,186,237); }

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