#DCBDED

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

Shades of Mauve #DCBDED

Tints of Mauve #DCBDED

Color information

#DCBDED (or 0xDCBDED) is unknown color: approx Mauve. HEX triplet: DC, BD and ED. RGB value is (220,189,237). Sum of RGB (Red+Green+Blue) = 220+189+237=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCBDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBDED is #234212. Grayscale: #CBCBCB. Windows color (decimal): -2310675 or 15580636. OLE color: 15580636.

HSL color Cylindrical-coordinate representation of color #DCBDED: hue angle of 278.75º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCBDED is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220189237-
CMYK0.070.2000.07
HSL278.75º57.14%83.53%-
HSV(B)278.75º20.25%92.94%-
XYZ6357.7387.94-
YUV203.74146.77139.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.06%
GREEN value IS 189 (74.22% from 255) = 29.26%
BLUE value IS 237 (92.97% from 255) = 36.69%
R=34.06%
G=29.26%
B=36.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201892370.070.2000.07278.7557.1483.53
HexDCBDED714071173954
Octal3342753557240742771124
Binary1101110010111101111011011111010001111000101111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBDED; }

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

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

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

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

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

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

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

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