#DCB4FD

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

Shades of Mauve #DCB4FD

Tints of Mauve #DCB4FD

Color information

#DCB4FD (or 0xDCB4FD) is unknown color: approx Mauve. HEX triplet: DC, B4 and FD. RGB value is (220,180,253). Sum of RGB (Red+Green+Blue) = 220+180+253=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 180 (70.70% from 255 or 27.57% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCB4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB4FD is #234B02. Grayscale: #C8C8C8. Windows color (decimal): -2312963 or 16626908. OLE color: 16626908.

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

Color convert

RGB220180253-
CMYK0.130.2900.01
HSL272.88º94.81%84.9%-
HSV(B)272.88º28.85%99.22%-
XYZ63.5754.95100.18-
YUV200.28157.75142.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.69%
GREEN value IS 180 (70.70% from 255) = 27.57%
BLUE value IS 253 (99.22% from 255) = 38.74%
R=33.69%
G=27.57%
B=38.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201802530.130.2900.01272.8894.8184.9
HexDCB4FDD1D011115f55
Octal334264375153501421137125
Binary1101110010110100111111011101111010110001000110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB4FD; }

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

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

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

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

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

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

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

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