#DCB8F0

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

Shades of Mauve #DCB8F0

Tints of Mauve #DCB8F0

Color information

#DCB8F0 (or 0xDCB8F0) is unknown color: approx Mauve. HEX triplet: DC, B8 and F0. RGB value is (220,184,240). Sum of RGB (Red+Green+Blue) = 220+184+240=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 184 (72.27% from 255 or 28.57% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCB8F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB8F0 is #23470F. Grayscale: #C8C8C8. Windows color (decimal): -2311952 or 15775964. OLE color: 15775964.

HSL color Cylindrical-coordinate representation of color #DCB8F0: hue angle of 278.57º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCB8F0 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220184240-
CMYK0.080.2300.06
HSL278.57º65.12%83.14%-
HSV(B)278.57º23.33%94.12%-
XYZ62.3855.7989.92-
YUV201.15149.93141.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.16%
GREEN value IS 184 (72.27% from 255) = 28.57%
BLUE value IS 240 (94.14% from 255) = 37.27%
R=34.16%
G=28.57%
B=37.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2201842400.080.2300.06278.5765.1283.14
HexDCB8F0817061174153
Octal334270360102706427101123
Binary110111001011100011110000100010111011010001011110000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB8F0; }

 p { color: rgb(220,184,240); }

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

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

 a { background-color: rgb(220,184,240); }

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

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

 span { border-color: rgb(220,184,240); }

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