Html Css Color HEX #DCBAF5 Mauve

📋 copy color: '#DCBAF5'

red 220 ◦ green 186 ◦ blue 245

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

Shades of Mauve #DCBAF5

Tints of Mauve #DCBAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 37.63%

R = 33.79%
G = 28.57%
B = 37.63%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DCBAF5 (or 0xDCBAF5) is known color: Mauve. HEX triplet: DC, BA and F5. RGB value is (220,186,245). Sum of RGB (Red+Green+Blue) = 220+186+245=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 245 (96.09% from 255 or 37.63% from 651); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCBAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAF5 is #23450A. Grayscale: #CACACA. Windows color (decimal): -2311435 or 16104156. OLE color: 16104156.

HSL color Cylindrical-coordinate representation of color #DCBAF5: hue angle of 274.58º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCBAF5 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 186 245 -
CMYK 0.10 0.24 0 0.04
HSL 274.58º 0.75% 0.85% -
HSV(B) 274.58º 0.24% 0.96% -
XYZ 63.56 56.93 94.02 -
YUV 202.89 151.76 140.2 -
System Red Green Blue C M Y K H S L
Decimal 220 186 245 0.10 0.24 0 0.04 274.58 0.75 0.85
Hex DC BA F5 A 18 0 4 113 4B 55
Octal 334 272 365 12 30 0 4 423 113 125
Binary 11011100 10111010 11110101 1010 11000 0 100 100010011 1001011 1010101

Color Harmonies of #DCBAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBAF5

Black with #DCBAF5

Text Example


Text Example

White with #DCBAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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