Html Css Color HEX #DCB5E9 Mauve

📋 copy color: '#DCB5E9'

red 220 ◦ green 181 ◦ blue 233

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

Shades of Mauve #DCB5E9

Tints of Mauve #DCB5E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.75%

R = 34.7%
G = 28.55%
B = 36.75%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCB5E9 (or 0xDCB5E9) is known color: Mauve. HEX triplet: DC, B5 and E9. RGB value is (220,181,233). Sum of RGB (Red+Green+Blue) = 220+181+233=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 181 (71.09% from 255 or 28.55% from 634); Blue value is 233 (91.41% from 255 or 36.75% from 634); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCB5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB5E9 is #234A16. Grayscale: #C6C6C6. Windows color (decimal): -2312727 or 15316444. OLE color: 15316444.

HSL color Cylindrical-coordinate representation of color #DCB5E9: hue angle of 285º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCB5E9 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 181 233 -
CMYK 0.06 0.22 0 0.09
HSL 285º 0.54% 0.81% -
HSV(B) 285º 0.22% 0.91% -
XYZ 60.75 54.15 84.34 -
YUV 198.59 147.42 143.27 -
System Red Green Blue C M Y K H S L
Decimal 220 181 233 0.06 0.22 0 0.09 285 0.54 0.81
Hex DC B5 E9 6 16 0 9 11D 36 51
Octal 334 265 351 6 26 0 11 435 66 121
Binary 11011100 10110101 11101001 110 10110 0 1001 100011101 110110 1010001

Color Harmonies of #DCB5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB5E9

Black with #DCB5E9

Text Example


Text Example

White with #DCB5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB5E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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