#DCBAFD

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

Shades of Mauve #DCBAFD

Tints of Mauve #DCBAFD

Color information

#DCBAFD (or 0xDCBAFD) is unknown color: approx Mauve. HEX triplet: DC, BA and FD. RGB value is (220,186,253). Sum of RGB (Red+Green+Blue) = 220+186+253=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 186 (73.05% from 255 or 28.22% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCBAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAFD is #234502. Grayscale: #CBCBCB. Windows color (decimal): -2311427 or 16628444. OLE color: 16628444.

HSL color Cylindrical-coordinate representation of color #DCBAFD: hue angle of 270.45º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCBAFD is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220186253-
CMYK0.130.2600.01
HSL270.45º94.37%86.08%-
HSV(B)270.45º26.48%99.22%-
XYZ64.857.43100.6-
YUV203.8155.76139.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.38%
GREEN value IS 186 (73.05% from 255) = 28.22%
BLUE value IS 253 (99.22% from 255) = 38.39%
R=33.38%
G=28.22%
B=38.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201862530.130.2600.01270.4594.3786.08
HexDCBAFDD1A0110e5e56
Octal334272375153201416136126
Binary1101110010111010111111011101110100110000111010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAFD; }

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

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

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

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

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

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

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

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