#DCB6F4

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

Shades of Mauve #DCB6F4

Tints of Mauve #DCB6F4

Color information

#DCB6F4 (or 0xDCB6F4) is unknown color: approx Mauve. HEX triplet: DC, B6 and F4. RGB value is (220,182,244). Sum of RGB (Red+Green+Blue) = 220+182+244=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 182 (71.48% from 255 or 28.17% from 646); Blue value is 244 (95.70% from 255 or 37.77% from 646); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCB6F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB6F4 is #23490B. Grayscale: #C8C8C8. Windows color (decimal): -2312460 or 16037596. OLE color: 16037596.

HSL color Cylindrical-coordinate representation of color #DCB6F4: hue angle of 276.77º degrees, saturation: 0.74, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCB6F4 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220182244-
CMYK0.100.2500.04
HSL276.77º73.81%83.53%-
HSV(B)276.77º25.41%95.69%-
XYZ62.5755.292.95-
YUV200.43152.59141.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.06%
GREEN value IS 182 (71.48% from 255) = 28.17%
BLUE value IS 244 (95.70% from 255) = 37.77%
R=34.06%
G=28.17%
B=37.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2201822440.100.2500.04276.7773.8183.53
HexDCB6F4A19041154a54
Octal334266364123104425112124
Binary110111001011011011110100101011001010010001010110010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB6F4; }

 p { color: rgb(220,182,244); }

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

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

 a { background-color: rgb(220,182,244); }

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

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

 span { border-color: rgb(220,182,244); }

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