#DCB5F3

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

Shades of Mauve #DCB5F3

Tints of Mauve #DCB5F3

Color information

#DCB5F3 (or 0xDCB5F3) is unknown color: approx Mauve. HEX triplet: DC, B5 and F3. RGB value is (220,181,243). Sum of RGB (Red+Green+Blue) = 220+181+243=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 181 (71.09% from 255 or 28.11% from 644); Blue value is 243 (95.31% from 255 or 37.73% from 644); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCB5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB5F3 is #234A0C. Grayscale: #C7C7C7. Windows color (decimal): -2312717 or 15971804. OLE color: 15971804.

HSL color Cylindrical-coordinate representation of color #DCB5F3: hue angle of 277.74º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCB5F3 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220181243-
CMYK0.090.2600.05
HSL277.74º72.09%83.14%-
HSV(B)277.74º25.51%95.29%-
XYZ62.2254.7392.08-
YUV199.73152.42142.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.16%
GREEN value IS 181 (71.09% from 255) = 28.11%
BLUE value IS 243 (95.31% from 255) = 37.73%
R=34.16%
G=28.11%
B=37.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201812430.090.2600.05277.7472.0983.14
HexDCB5F391A051164853
Octal334265363113205426110123
Binary110111001011010111110011100111010010110001011010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB5F3; }

 p { color: rgb(220,181,243); }

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

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

 a { background-color: rgb(220,181,243); }

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

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

 span { border-color: rgb(220,181,243); }

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