Html Css Color HEX #DCB5EA Mauve

📋 copy color: '#DCB5EA'

red 220 ◦ green 181 ◦ blue 234

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

Shades of Mauve #DCB5EA

Tints of Mauve #DCB5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.85%

R = 34.65%
G = 28.5%
B = 36.85%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DCB5EA (or 0xDCB5EA) is known color: Mauve. HEX triplet: DC, B5 and EA. RGB value is (220,181,234). Sum of RGB (Red+Green+Blue) = 220+181+234=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 181 (71.09% from 255 or 28.50% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCB5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB5EA is #234A15. Grayscale: #C6C6C6. Windows color (decimal): -2312726 or 15381980. OLE color: 15381980.

HSL color Cylindrical-coordinate representation of color #DCB5EA: hue angle of 284.15º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCB5EA is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 181 234 -
CMYK 0.06 0.23 0 0.08
HSL 284.15º 0.56% 0.81% -
HSV(B) 284.15º 0.23% 0.92% -
XYZ 60.89 54.2 85.1 -
YUV 198.7 147.92 143.19 -
System Red Green Blue C M Y K H S L
Decimal 220 181 234 0.06 0.23 0 0.08 284.15 0.56 0.81
Hex DC B5 EA 6 17 0 8 11C 38 51
Octal 334 265 352 6 27 0 10 434 70 121
Binary 11011100 10110101 11101010 110 10111 0 1000 100011100 111000 1010001

Color Harmonies of #DCB5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB5EA

Black with #DCB5EA

Text Example


Text Example

White with #DCB5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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