Html Css Color HEX #DCB6EC Mauve

📋 copy color: '#DCB6EC'

red 220 ◦ green 182 ◦ blue 236

#DCB6EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #DCB6EC

Tints of Mauve #DCB6EC

RGB

 RED value IS 220 (86.33% from 255) = 34.48%

 GREEN value IS 182 (71.48% from 255) = 28.53%

 BLUE value IS 236 (92.58% from 255) = 36.99%

R = 34.48%
G = 28.53%
B = 36.99%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCB6EC (or 0xDCB6EC) is known color: Mauve. HEX triplet: DC, B6 and EC. RGB value is (220,182,236). Sum of RGB (Red+Green+Blue) = 220+182+236=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 182 (71.48% from 255 or 28.53% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCB6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB6EC is #234913. Grayscale: #C7C7C7. Windows color (decimal): -2312468 or 15513308. OLE color: 15513308.

HSL color Cylindrical-coordinate representation of color #DCB6EC: hue angle of 282.22º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCB6EC is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 182 236 -
CMYK 0.07 0.23 0 0.07
HSL 282.22º 0.59% 0.82% -
HSV(B) 282.22º 0.23% 0.93% -
XYZ 61.38 54.73 86.69 -
YUV 199.52 148.59 142.61 -
System Red Green Blue C M Y K H S L
Decimal 220 182 236 0.07 0.23 0 0.07 282.22 0.59 0.82
Hex DC B6 EC 7 17 0 7 11A 3B 52
Octal 334 266 354 7 27 0 7 432 73 122
Binary 11011100 10110110 11101100 111 10111 0 111 100011010 111011 1010010

Color Harmonies of #DCB6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB6EC

Black with #DCB6EC

Text Example


Text Example

White with #DCB6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB6EC; }

 p { color: rgb(220,182,236); }

 H1.HeaderClassName
 {
   color: #DCB6EC;
 }
 .AnyTagClassName
 {
   color: #DCB6EC;
 }
</style>

background-color css

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

 a { background-color: rgb(220,182,236); }

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

border-color css

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

 span { border-color: rgb(220,182,236); }

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