Html Css Color HEX #DCB9F6 Mauve

📋 copy color: '#DCB9F6'

red 220 ◦ green 185 ◦ blue 246

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

Shades of Mauve #DCB9F6

Tints of Mauve #DCB9F6

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.42%

 BLUE value IS 246 (96.48% from 255) = 37.79%

R = 33.79%
G = 28.42%
B = 37.79%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DCB9F6 (or 0xDCB9F6) is known color: Mauve. HEX triplet: DC, B9 and F6. RGB value is (220,185,246). Sum of RGB (Red+Green+Blue) = 220+185+246=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 185 (72.66% from 255 or 28.42% from 651); Blue value is 246 (96.48% from 255 or 37.79% from 651); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCB9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB9F6 is #234609. Grayscale: #CACACA. Windows color (decimal): -2311690 or 16169436. OLE color: 16169436.

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

Color convert

RGB 220 185 246 -
CMYK 0.11 0.25 0 0.04
HSL 274.43º 0.77% 0.85% -
HSV(B) 274.43º 0.25% 0.96% -
XYZ 63.5 56.57 94.76 -
YUV 202.42 152.6 140.54 -
System Red Green Blue C M Y K H S L
Decimal 220 185 246 0.11 0.25 0 0.04 274.43 0.77 0.85
Hex DC B9 F6 B 19 0 4 112 4D 55
Octal 334 271 366 13 31 0 4 422 115 125
Binary 11011100 10111001 11110110 1011 11001 0 100 100010010 1001101 1010101

Color Harmonies of #DCB9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB9F6

Black with #DCB9F6

Text Example


Text Example

White with #DCB9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB9F6; }

 p { color: rgb(220,185,246); }

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

background-color css

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

 a { background-color: rgb(220,185,246); }

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

border-color css

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

 span { border-color: rgb(220,185,246); }

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