Html Css Color HEX #DCB5EC Mauve

📋 copy color: '#DCB5EC'

red 220 ◦ green 181 ◦ blue 236

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

Shades of Mauve #DCB5EC

Tints of Mauve #DCB5EC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.41%

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

R = 34.54%
G = 28.41%
B = 37.05%

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

#DCB5EC (or 0xDCB5EC) is known color: Mauve. HEX triplet: DC, B5 and EC. RGB value is (220,181,236). Sum of RGB (Red+Green+Blue) = 220+181+236=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 181 (71.09% from 255 or 28.41% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCB5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB5EC is #234A13. Grayscale: #C6C6C6. Windows color (decimal): -2312724 or 15513052. OLE color: 15513052.

HSL color Cylindrical-coordinate representation of color #DCB5EC: hue angle of 282.55º 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 #DCB5EC is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 181 236 -
CMYK 0.07 0.23 0 0.07
HSL 282.55º 0.59% 0.82% -
HSV(B) 282.55º 0.23% 0.93% -
XYZ 61.18 54.32 86.62 -
YUV 198.93 148.92 143.03 -
System Red Green Blue C M Y K H S L
Decimal 220 181 236 0.07 0.23 0 0.07 282.55 0.59 0.82
Hex DC B5 EC 7 17 0 7 11B 3B 52
Octal 334 265 354 7 27 0 7 433 73 122
Binary 11011100 10110101 11101100 111 10111 0 111 100011011 111011 1010010

Color Harmonies of #DCB5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB5EC

Black with #DCB5EC

Text Example


Text Example

White with #DCB5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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