#DCBCFE

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

Shades of Mauve #DCBCFE

Tints of Mauve #DCBCFE

Color information

#DCBCFE (or 0xDCBCFE) is unknown color: approx Mauve. HEX triplet: DC, BC and FE. RGB value is (220,188,254). Sum of RGB (Red+Green+Blue) = 220+188+254=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 188 (73.83% from 255 or 28.40% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCBCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBCFE is #234301. Grayscale: #CCCCCC. Windows color (decimal): -2310914 or 16694492. OLE color: 16694492.

HSL color Cylindrical-coordinate representation of color #DCBCFE: hue angle of 269.09º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCBCFE is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB220188254-
CMYK0.130.2600.00
HSL269.09º97.06%86.67%-
HSV(B)269.09º25.98%99.61%-
XYZ65.3958.34101.58-
YUV205.09155.6138.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.23%
GREEN value IS 188 (73.83% from 255) = 28.40%
BLUE value IS 254 (99.61% from 255) = 38.37%
R=33.23%
G=28.40%
B=38.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2201882540.130.2600.00269.0997.0686.67
HexDCBCFED1A0010d6157
Octal334274376153200415141127
Binary1101110010111100111111101101110100010000110111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCFE; }

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

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

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

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

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

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

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

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