#DCBBEC

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

Shades of Mauve #DCBBEC

Tints of Mauve #DCBBEC

Color information

#DCBBEC (or 0xDCBBEC) is unknown color: approx Mauve. HEX triplet: DC, BB and EC. RGB value is (220,187,236). Sum of RGB (Red+Green+Blue) = 220+187+236=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCBBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBBEC is #234413. Grayscale: #CACACA. Windows color (decimal): -2311188 or 15514588. OLE color: 15514588.

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

Color convert

RGB220187236-
CMYK0.070.2100.07
HSL280.41º56.32%82.94%-
HSV(B)280.41º20.76%92.55%-
XYZ62.4356.8187.03-
YUV202.45146.93140.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.21%
GREEN value IS 187 (73.44% from 255) = 29.08%
BLUE value IS 236 (92.58% from 255) = 36.70%
R=34.21%
G=29.08%
B=36.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201872360.070.2100.07280.4156.3282.94
HexDCBBEC715071183853
Octal3342733547250743070123
Binary1101110010111011111011001111010101111000110001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBBEC; }

 p { color: rgb(220,187,236); }

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

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

 a { background-color: rgb(220,187,236); }

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

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

 span { border-color: rgb(220,187,236); }

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