Html Css Color HEX #DCABF3 Mauve

📋 copy color: '#DCABF3'

red 220 ◦ green 171 ◦ blue 243

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

Shades of Mauve #DCABF3

Tints of Mauve #DCABF3

RGB

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

 GREEN value IS 171 (67.19% from 255) = 26.97%

 BLUE value IS 243 (95.31% from 255) = 38.33%

R = 34.7%
G = 26.97%
B = 38.33%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DCABF3 (or 0xDCABF3) is known color: Mauve. HEX triplet: DC, AB and F3. RGB value is (220,171,243). Sum of RGB (Red+Green+Blue) = 220+171+243=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 171 (67.19% from 255 or 26.97% from 634); Blue value is 243 (95.31% from 255 or 38.33% from 634); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCABF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCABF3 is #23540C. Grayscale: #C1C1C1. Windows color (decimal): -2315277 or 15969244. OLE color: 15969244.

HSL color Cylindrical-coordinate representation of color #DCABF3: hue angle of 280.83º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCABF3 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 171 243 -
CMYK 0.09 0.30 0 0.05
HSL 280.83º 0.75% 0.81% -
HSV(B) 280.83º 0.3% 0.95% -
XYZ 60.26 50.81 91.43 -
YUV 193.86 155.73 146.65 -
System Red Green Blue C M Y K H S L
Decimal 220 171 243 0.09 0.30 0 0.05 280.83 0.75 0.81
Hex DC AB F3 9 1E 0 5 119 4B 51
Octal 334 253 363 11 36 0 5 431 113 121
Binary 11011100 10101011 11110011 1001 11110 0 101 100011001 1001011 1010001

Color Harmonies of #DCABF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCABF3

Black with #DCABF3

Text Example


Text Example

White with #DCABF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCABF3; }

 p { color: rgb(220,171,243); }

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

background-color css

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

 a { background-color: rgb(220,171,243); }

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

border-color css

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

 span { border-color: rgb(220,171,243); }

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