Html Css Color HEX #DCBAF9 Mauve

📋 copy color: '#DCBAF9'

red 220 ◦ green 186 ◦ blue 249

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

Shades of Mauve #DCBAF9

Tints of Mauve #DCBAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 38.02%

R = 33.59%
G = 28.4%
B = 38.02%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCBAF9 (or 0xDCBAF9) is known color: Mauve. HEX triplet: DC, BA and F9. RGB value is (220,186,249). Sum of RGB (Red+Green+Blue) = 220+186+249=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 249 (97.66% from 255 or 38.02% from 655); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCBAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAF9 is #234506. Grayscale: #CBCBCB. Windows color (decimal): -2311431 or 16366300. OLE color: 16366300.

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

Color convert

RGB 220 186 249 -
CMYK 0.12 0.25 0 0.02
HSL 272.38º 0.84% 0.85% -
HSV(B) 272.38º 0.25% 0.98% -
XYZ 64.17 57.17 97.28 -
YUV 203.35 153.76 139.88 -
System Red Green Blue C M Y K H S L
Decimal 220 186 249 0.12 0.25 0 0.02 272.38 0.84 0.85
Hex DC BA F9 C 19 0 2 110 54 55
Octal 334 272 371 14 31 0 2 420 124 125
Binary 11011100 10111010 11111001 1100 11001 0 10 100010000 1010100 1010101

Color Harmonies of #DCBAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBAF9

Black with #DCBAF9

Text Example


Text Example

White with #DCBAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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