#DCBDFC

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

Shades of Mauve #DCBDFC

Tints of Mauve #DCBDFC

Color information

#DCBDFC (or 0xDCBDFC) is unknown color: approx Mauve. HEX triplet: DC, BD and FC. RGB value is (220,189,252). Sum of RGB (Red+Green+Blue) = 220+189+252=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 189 (74.22% from 255 or 28.59% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCBDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBDFC is #234203. Grayscale: #CDCDCD. Windows color (decimal): -2310660 or 16563676. OLE color: 16563676.

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

Color convert

RGB220189252-
CMYK0.130.2500.01
HSL269.52º91.3%86.47%-
HSV(B)269.52º25%98.82%-
XYZ65.2858.6499.97-
YUV205.45154.27138.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.28%
GREEN value IS 189 (74.22% from 255) = 28.59%
BLUE value IS 252 (98.83% from 255) = 38.12%
R=33.28%
G=28.59%
B=38.12%

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
Decimal2201892520.130.2500.01269.5291.386.47
HexDCBDFCD190110e5b56
Octal334275374153101416133126
Binary1101110010111101111111001101110010110000111010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBDFC; }

 p { color: rgb(220,189,252); }

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

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

 a { background-color: rgb(220,189,252); }

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

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

 span { border-color: rgb(220,189,252); }

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