Html Css Color HEX #DCB3F9 Mauve

📋 copy color: '#DCB3F9'

red 220 ◦ green 179 ◦ blue 249

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

Shades of Mauve #DCB3F9

Tints of Mauve #DCB3F9

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.62%

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

R = 33.95%
G = 27.62%
B = 38.43%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCB3F9 (or 0xDCB3F9) is known color: Mauve. HEX triplet: DC, B3 and F9. RGB value is (220,179,249). Sum of RGB (Red+Green+Blue) = 220+179+249=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 179 (70.31% from 255 or 27.62% from 648); Blue value is 249 (97.66% from 255 or 38.43% from 648); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCB3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB3F9 is #234C06. Grayscale: #C7C7C7. Windows color (decimal): -2313223 or 16364508. OLE color: 16364508.

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

Color convert

RGB 220 179 249 -
CMYK 0.12 0.28 0 0.02
HSL 275.14º 0.85% 0.84% -
HSV(B) 275.14º 0.28% 0.98% -
XYZ 62.73 54.3 96.8 -
YUV 199.24 156.08 142.81 -
System Red Green Blue C M Y K H S L
Decimal 220 179 249 0.12 0.28 0 0.02 275.14 0.85 0.84
Hex DC B3 F9 C 1C 0 2 113 55 54
Octal 334 263 371 14 34 0 2 423 125 124
Binary 11011100 10110011 11111001 1100 11100 0 10 100010011 1010101 1010100

Color Harmonies of #DCB3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB3F9

Black with #DCB3F9

Text Example


Text Example

White with #DCB3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB3F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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