Html Css Color HEX #DCBAF0 Mauve

📋 copy color: '#DCBAF0'

red 220 ◦ green 186 ◦ blue 240

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

Shades of Mauve #DCBAF0

Tints of Mauve #DCBAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.15%

R = 34.06%
G = 28.79%
B = 37.15%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DCBAF0 (or 0xDCBAF0) is known color: Mauve. HEX triplet: DC, BA and F0. RGB value is (220,186,240). Sum of RGB (Red+Green+Blue) = 220+186+240=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCBAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAF0 is #23450F. Grayscale: #CACACA. Windows color (decimal): -2311440 or 15776476. OLE color: 15776476.

HSL color Cylindrical-coordinate representation of color #DCBAF0: hue angle of 277.78º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCBAF0 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 186 240 -
CMYK 0.08 0.22 0 0.06
HSL 277.78º 0.64% 0.84% -
HSV(B) 277.78º 0.23% 0.94% -
XYZ 62.8 56.62 90.06 -
YUV 202.32 149.26 140.61 -
System Red Green Blue C M Y K H S L
Decimal 220 186 240 0.08 0.22 0 0.06 277.78 0.64 0.84
Hex DC BA F0 8 16 0 6 116 40 54
Octal 334 272 360 10 26 0 6 426 100 124
Binary 11011100 10111010 11110000 1000 10110 0 110 100010110 1000000 1010100

Color Harmonies of #DCBAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBAF0

Black with #DCBAF0

Text Example


Text Example

White with #DCBAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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