#DCBCFC

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

Shades of Mauve #DCBCFC

Tints of Mauve #DCBCFC

Color information

#DCBCFC (or 0xDCBCFC) is unknown color: approx Mauve. HEX triplet: DC, BC and FC. RGB value is (220,188,252). Sum of RGB (Red+Green+Blue) = 220+188+252=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 188 (73.83% from 255 or 28.48% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCBCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBCFC is #234303. Grayscale: #CCCCCC. Windows color (decimal): -2310916 or 16563420. OLE color: 16563420.

HSL color Cylindrical-coordinate representation of color #DCBCFC: hue angle of 270º 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 #DCBCFC is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220188252-
CMYK0.130.2500.01
HSL270º91.43%86.27%-
HSV(B)270º25.4%98.82%-
XYZ65.0758.2199.9-
YUV204.86154.6138.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.33%
GREEN value IS 188 (73.83% from 255) = 28.48%
BLUE value IS 252 (98.83% from 255) = 38.18%
R=33.33%
G=28.48%
B=38.18%

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
Decimal2201882520.130.2500.0127091.4386.27
HexDCBCFCD190110e5b56
Octal334274374153101416133126
Binary1101110010111100111111001101110010110000111010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCFC; }

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

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

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

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

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

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

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

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