#DCBFFD

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

Shades of Mauve #DCBFFD

Tints of Mauve #DCBFFD

Color information

#DCBFFD (or 0xDCBFFD) is unknown color: approx Mauve. HEX triplet: DC, BF and FD. RGB value is (220,191,253). Sum of RGB (Red+Green+Blue) = 220+191+253=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 191 (75% from 255 or 28.77% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCBFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBFFD is #234002. Grayscale: #CECECE. Windows color (decimal): -2310147 or 16629724. OLE color: 16629724.

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

Color convert

RGB220191253-
CMYK0.130.2500.01
HSL268.06º93.94%87.06%-
HSV(B)268.06º24.51%99.22%-
XYZ65.8859.57100.95-
YUV206.74154.11137.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.13%
GREEN value IS 191 (75% from 255) = 28.77%
BLUE value IS 253 (99.22% from 255) = 38.10%
R=33.13%
G=28.77%
B=38.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201912530.130.2500.01268.0693.9487.06
HexDCBFFDD190110c5e57
Octal334277375153101414136127
Binary1101110010111111111111011101110010110000110010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFFD; }

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

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

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

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

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

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

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

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