#DCBAF8

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

Shades of Mauve #DCBAF8

Tints of Mauve #DCBAF8

Color information

#DCBAF8 (or 0xDCBAF8) is unknown color: approx Mauve. HEX triplet: DC, BA and F8. RGB value is (220,186,248). Sum of RGB (Red+Green+Blue) = 220+186+248=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 248 (97.27% from 255 or 37.92% from 654); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCBAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAF8 is #234507. Grayscale: #CBCBCB. Windows color (decimal): -2311432 or 16300764. OLE color: 16300764.

HSL color Cylindrical-coordinate representation of color #DCBAF8: hue angle of 272.9º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCBAF8 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB220186248-
CMYK0.110.2500.03
HSL272.9º81.58%85.1%-
HSV(B)272.9º25%97.25%-
XYZ64.0257.1196.46-
YUV203.23153.26139.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.64%
GREEN value IS 186 (73.05% from 255) = 28.44%
BLUE value IS 248 (97.27% from 255) = 37.92%
R=33.64%
G=28.44%
B=37.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2201862480.110.2500.03272.981.5885.1
HexDCBAF8B19031115255
Octal334272370133103421122125
Binary11011100101110101111100010111100101110001000110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAF8; }

 p { color: rgb(220,186,248); }

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

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

 a { background-color: rgb(220,186,248); }

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

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

 span { border-color: rgb(220,186,248); }

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