#DCBBEB

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

Shades of Mauve #DCBBEB

Tints of Mauve #DCBBEB

Color information

#DCBBEB (or 0xDCBBEB) is unknown color: approx Mauve. HEX triplet: DC, BB and EB. RGB value is (220,187,235). Sum of RGB (Red+Green+Blue) = 220+187+235=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCBBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBBEB is #234414. Grayscale: #CACACA. Windows color (decimal): -2311189 or 15449052. OLE color: 15449052.

HSL color Cylindrical-coordinate representation of color #DCBBEB: hue angle of 281.25º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCBBEB is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220187235-
CMYK0.060.2000.08
HSL281.25º54.55%82.75%-
HSV(B)281.25º20.43%92.16%-
XYZ62.2856.7586.27-
YUV202.34146.43140.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.27%
GREEN value IS 187 (73.44% from 255) = 29.13%
BLUE value IS 235 (92.19% from 255) = 36.60%
R=34.27%
G=29.13%
B=36.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201872350.060.2000.08281.2554.5582.75
HexDCBBEB614081193753
Octal33427335362401043167123
Binary11011100101110111110101111010100010001000110011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBBEB; }

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

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

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

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

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

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

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

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