Html Css Color HEX #DCB6FA Mauve

📋 copy color: '#DCB6FA'

red 220 ◦ green 182 ◦ blue 250

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

Shades of Mauve #DCB6FA

Tints of Mauve #DCB6FA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.91%

 BLUE value IS 250 (98.05% from 255) = 38.34%

R = 33.74%
G = 27.91%
B = 38.34%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCB6FA (or 0xDCB6FA) is known color: Mauve. HEX triplet: DC, B6 and FA. RGB value is (220,182,250). Sum of RGB (Red+Green+Blue) = 220+182+250=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 182 (71.48% from 255 or 27.91% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCB6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB6FA is #234905. Grayscale: #C8C8C8. Windows color (decimal): -2312454 or 16430812. OLE color: 16430812.

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

Color convert

RGB 220 182 250 -
CMYK 0.12 0.27 0 0.02
HSL 273.53º 0.87% 0.85% -
HSV(B) 273.53º 0.27% 0.98% -
XYZ 63.5 55.57 97.82 -
YUV 201.11 155.59 141.47 -
System Red Green Blue C M Y K H S L
Decimal 220 182 250 0.12 0.27 0 0.02 273.53 0.87 0.85
Hex DC B6 FA C 1B 0 2 112 57 55
Octal 334 266 372 14 33 0 2 422 127 125
Binary 11011100 10110110 11111010 1100 11011 0 10 100010010 1010111 1010101

Color Harmonies of #DCB6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB6FA

Black with #DCB6FA

Text Example


Text Example

White with #DCB6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB6FA; }

 p { color: rgb(220,182,250); }

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

background-color css

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

 a { background-color: rgb(220,182,250); }

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

border-color css

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

 span { border-color: rgb(220,182,250); }

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