Html Css Color HEX #DCBAFA Mauve

📋 copy color: '#DCBAFA'

red 220 ◦ green 186 ◦ blue 250

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

Shades of Mauve #DCBAFA

Tints of Mauve #DCBAFA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.35%

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

R = 33.54%
G = 28.35%
B = 38.11%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCBAFA (or 0xDCBAFA) is known color: Mauve. HEX triplet: DC, BA and FA. RGB value is (220,186,250). Sum of RGB (Red+Green+Blue) = 220+186+250=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 186 (73.05% from 255 or 28.35% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCBAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAFA is #234505. Grayscale: #CBCBCB. Windows color (decimal): -2311430 or 16431836. OLE color: 16431836.

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

Color convert

RGB 220 186 250 -
CMYK 0.12 0.26 0 0.02
HSL 271.88º 0.86% 0.85% -
HSV(B) 271.88º 0.26% 0.98% -
XYZ 64.33 57.24 98.1 -
YUV 203.46 154.26 139.8 -
System Red Green Blue C M Y K H S L
Decimal 220 186 250 0.12 0.26 0 0.02 271.88 0.86 0.85
Hex DC BA FA C 1A 0 2 110 56 55
Octal 334 272 372 14 32 0 2 420 126 125
Binary 11011100 10111010 11111010 1100 11010 0 10 100010000 1010110 1010101

Color Harmonies of #DCBAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBAFA

Black with #DCBAFA

Text Example


Text Example

White with #DCBAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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