Html Css Color HEX #DCB3E9 Mauve

📋 copy color: '#DCB3E9'

red 220 ◦ green 179 ◦ blue 233

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

Shades of Mauve #DCB3E9

Tints of Mauve #DCB3E9

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.32%

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

R = 34.81%
G = 28.32%
B = 36.87%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCB3E9 (or 0xDCB3E9) is known color: Mauve. HEX triplet: DC, B3 and E9. RGB value is (220,179,233). Sum of RGB (Red+Green+Blue) = 220+179+233=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 179 (70.31% from 255 or 28.32% from 632); Blue value is 233 (91.41% from 255 or 36.87% from 632); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCB3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB3E9 is #234C16. Grayscale: #C5C5C5. Windows color (decimal): -2313239 or 15315932. OLE color: 15315932.

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

Color convert

RGB 220 179 233 -
CMYK 0.06 0.23 0 0.09
HSL 285.56º 0.55% 0.81% -
HSV(B) 285.56º 0.23% 0.91% -
XYZ 60.34 53.34 84.21 -
YUV 197.42 148.08 144.11 -
System Red Green Blue C M Y K H S L
Decimal 220 179 233 0.06 0.23 0 0.09 285.56 0.55 0.81
Hex DC B3 E9 6 17 0 9 11E 37 51
Octal 334 263 351 6 27 0 11 436 67 121
Binary 11011100 10110011 11101001 110 10111 0 1001 100011110 110111 1010001

Color Harmonies of #DCB3E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB3E9

Black with #DCB3E9

Text Example


Text Example

White with #DCB3E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB3E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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