#DCBDF9

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

Shades of Mauve #DCBDF9

Tints of Mauve #DCBDF9

Color information

#DCBDF9 (or 0xDCBDF9) is unknown color: approx Mauve. HEX triplet: DC, BD and F9. RGB value is (220,189,249). Sum of RGB (Red+Green+Blue) = 220+189+249=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 189 (74.22% from 255 or 28.72% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCBDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBDF9 is #234206. Grayscale: #CCCCCC. Windows color (decimal): -2310663 or 16367068. OLE color: 16367068.

HSL color Cylindrical-coordinate representation of color #DCBDF9: hue angle of 271º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCBDF9 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220189249-
CMYK0.120.2400.02
HSL271º83.33%85.88%-
HSV(B)271º24.1%97.65%-
XYZ64.8158.4597.49-
YUV205.11152.77138.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.43%
GREEN value IS 189 (74.22% from 255) = 28.72%
BLUE value IS 249 (97.66% from 255) = 37.84%
R=33.43%
G=28.72%
B=37.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201892490.120.2400.0227183.3385.88
HexDCBDF9C180210f5356
Octal334275371143002417123126
Binary11011100101111011111100111001100001010000111110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBDF9; }

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

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

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

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

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

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

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

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