Html Css Color HEX #DCB3FA Mauve

📋 copy color: '#DCB3FA'

red 220 ◦ green 179 ◦ blue 250

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

Shades of Mauve #DCB3FA

Tints of Mauve #DCB3FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.52%

R = 33.9%
G = 27.58%
B = 38.52%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCB3FA (or 0xDCB3FA) is known color: Mauve. HEX triplet: DC, B3 and FA. RGB value is (220,179,250). Sum of RGB (Red+Green+Blue) = 220+179+250=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 179 (70.31% from 255 or 27.58% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCB3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB3FA is #234C05. Grayscale: #C7C7C7. Windows color (decimal): -2313222 or 16430044. OLE color: 16430044.

HSL color Cylindrical-coordinate representation of color #DCB3FA: hue angle of 274.65º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCB3FA is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 179 250 -
CMYK 0.12 0.28 0 0.02
HSL 274.65º 0.88% 0.84% -
HSV(B) 274.65º 0.28% 0.98% -
XYZ 62.89 54.36 97.62 -
YUV 199.35 156.58 142.73 -
System Red Green Blue C M Y K H S L
Decimal 220 179 250 0.12 0.28 0 0.02 274.65 0.88 0.84
Hex DC B3 FA C 1C 0 2 113 58 54
Octal 334 263 372 14 34 0 2 423 130 124
Binary 11011100 10110011 11111010 1100 11100 0 10 100010011 1011000 1010100

Color Harmonies of #DCB3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB3FA

Black with #DCB3FA

Text Example


Text Example

White with #DCB3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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