Html Css Color HEX #DCB4FA Mauve

📋 copy color: '#DCB4FA'

red 220 ◦ green 180 ◦ blue 250

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

Shades of Mauve #DCB4FA

Tints of Mauve #DCB4FA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.69%

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

R = 33.85%
G = 27.69%
B = 38.46%

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

#DCB4FA (or 0xDCB4FA) is known color: Mauve. HEX triplet: DC, B4 and FA. RGB value is (220,180,250). Sum of RGB (Red+Green+Blue) = 220+180+250=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 180 (70.70% from 255 or 27.69% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCB4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB4FA is #234B05. Grayscale: #C7C7C7. Windows color (decimal): -2312966 or 16430300. OLE color: 16430300.

HSL color Cylindrical-coordinate representation of color #DCB4FA: hue angle of 274.29º degrees, saturation: 0.88, 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 #DCB4FA is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 180 250 -
CMYK 0.12 0.28 0 0.02
HSL 274.29º 0.88% 0.84% -
HSV(B) 274.29º 0.28% 0.98% -
XYZ 63.09 54.76 97.69 -
YUV 199.94 156.25 142.31 -
System Red Green Blue C M Y K H S L
Decimal 220 180 250 0.12 0.28 0 0.02 274.29 0.88 0.84
Hex DC B4 FA C 1C 0 2 112 58 54
Octal 334 264 372 14 34 0 2 422 130 124
Binary 11011100 10110100 11111010 1100 11100 0 10 100010010 1011000 1010100

Color Harmonies of #DCB4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB4FA

Black with #DCB4FA

Text Example


Text Example

White with #DCB4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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