#DCBBEE

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

Shades of Mauve #DCBBEE

Tints of Mauve #DCBBEE

Color information

#DCBBEE (or 0xDCBBEE) is unknown color: approx Mauve. HEX triplet: DC, BB and EE. RGB value is (220,187,238). Sum of RGB (Red+Green+Blue) = 220+187+238=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 187 (73.44% from 255 or 28.99% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCBBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBBEE is #234411. Grayscale: #CACACA. Windows color (decimal): -2311186 or 15645660. OLE color: 15645660.

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

Color convert

RGB220187238-
CMYK0.080.2100.07
HSL278.82º60%83.33%-
HSV(B)278.82º21.43%93.33%-
XYZ62.7256.9388.57-
YUV202.68147.93140.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.11%
GREEN value IS 187 (73.44% from 255) = 28.99%
BLUE value IS 238 (93.36% from 255) = 36.90%
R=34.11%
G=28.99%
B=36.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201872380.080.2100.07278.826083.33
HexDCBBEE815071173c53
Octal33427335610250742774123
Binary11011100101110111110111010001010101111000101111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBBEE; }

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

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

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

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

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

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

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

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