#DCB5FD

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

Shades of Mauve #DCB5FD

Tints of Mauve #DCB5FD

Color information

#DCB5FD (or 0xDCB5FD) is unknown color: approx Mauve. HEX triplet: DC, B5 and FD. RGB value is (220,181,253). Sum of RGB (Red+Green+Blue) = 220+181+253=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 181 (71.09% from 255 or 27.68% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCB5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB5FD is #234A02. Grayscale: #C8C8C8. Windows color (decimal): -2312707 or 16627164. OLE color: 16627164.

HSL color Cylindrical-coordinate representation of color #DCB5FD: hue angle of 272.5º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCB5FD is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220181253-
CMYK0.130.2800.01
HSL272.5º94.74%85.1%-
HSV(B)272.5º28.46%99.22%-
XYZ63.7755.36100.25-
YUV200.87157.42141.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.64%
GREEN value IS 181 (71.09% from 255) = 27.68%
BLUE value IS 253 (99.22% from 255) = 38.69%
R=33.64%
G=27.68%
B=38.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201812530.130.2800.01272.594.7485.1
HexDCB5FDD1C011105f55
Octal334265375153401420137125
Binary1101110010110101111111011101111000110001000010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB5FD; }

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

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

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

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

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

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

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

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