#DCBDFD

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

Shades of Mauve #DCBDFD

Tints of Mauve #DCBDFD

Color information

#DCBDFD (or 0xDCBDFD) is unknown color: approx Mauve. HEX triplet: DC, BD and FD. RGB value is (220,189,253). Sum of RGB (Red+Green+Blue) = 220+189+253=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 189 (74.22% from 255 or 28.55% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCBDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBDFD is #234202. Grayscale: #CDCDCD. Windows color (decimal): -2310659 or 16629212. OLE color: 16629212.

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

Color convert

RGB220189253-
CMYK0.130.2500.01
HSL269.06º94.12%86.67%-
HSV(B)269.06º25.3%99.22%-
XYZ65.4458.7100.81-
YUV205.57154.77138.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.23%
GREEN value IS 189 (74.22% from 255) = 28.55%
BLUE value IS 253 (99.22% from 255) = 38.22%
R=33.23%
G=28.55%
B=38.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201892530.130.2500.01269.0694.1286.67
HexDCBDFDD190110d5e57
Octal334275375153101415136127
Binary1101110010111101111111011101110010110000110110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBDFD; }

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

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

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

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

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

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

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

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