Html Css Color HEX #DCB3FF Mauve

📋 copy color: '#DCB3FF'

red 220 ◦ green 179 ◦ blue 255

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

Shades of Mauve #DCB3FF

Tints of Mauve #DCB3FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.99%

R = 33.64%
G = 27.37%
B = 38.99%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DCB3FF (or 0xDCB3FF) is known color: Mauve. HEX triplet: DC, B3 and FF. RGB value is (220,179,255). Sum of RGB (Red+Green+Blue) = 220+179+255=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 179 (70.31% from 255 or 27.37% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCB3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB3FF is #234C00. Grayscale: #C7C7C7. Windows color (decimal): -2313217 or 16757724. OLE color: 16757724.

HSL color Cylindrical-coordinate representation of color #DCB3FF: hue angle of 272.37º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCB3FF is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 220 179 255 -
CMYK 0.14 0.30 0 0
HSL 272.37º 1% 0.85% -
HSV(B) 272.37º 0.3% 1% -
XYZ 63.69 54.68 101.8 -
YUV 199.92 159.08 142.32 -
System Red Green Blue C M Y K H S L
Decimal 220 179 255 0.14 0.30 0 0 272.37 1 0.85
Hex DC B3 FF E 1E 0 0 110 64 55
Octal 334 263 377 16 36 0 0 420 144 125
Binary 11011100 10110011 11111111 1110 11110 0 0 100010000 1100100 1010101

Color Harmonies of #DCB3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB3FF

Black with #DCB3FF

Text Example


Text Example

White with #DCB3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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