Html Css Color HEX #DCABFE Mauve

📋 copy color: '#DCABFE'

red 220 ◦ green 171 ◦ blue 254

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

Shades of Mauve #DCABFE

Tints of Mauve #DCABFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.38%

R = 34.11%
G = 26.51%
B = 39.38%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DCABFE (or 0xDCABFE) is known color: Mauve. HEX triplet: DC, AB and FE. RGB value is (220,171,254). Sum of RGB (Red+Green+Blue) = 220+171+254=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 171 (67.19% from 255 or 26.51% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCABFE is #235401. Grayscale: #C2C2C2. Windows color (decimal): -2315266 or 16690140. OLE color: 16690140.

HSL color Cylindrical-coordinate representation of color #DCABFE: hue angle of 275.42º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCABFE is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 220 171 254 -
CMYK 0.13 0.33 0 0.00
HSL 275.42º 0.98% 0.83% -
HSV(B) 275.42º 0.33% 1% -
XYZ 61.97 51.5 100.44 -
YUV 195.11 161.23 145.75 -
System Red Green Blue C M Y K H S L
Decimal 220 171 254 0.13 0.33 0 0.00 275.42 0.98 0.83
Hex DC AB FE D 21 0 0 113 62 53
Octal 334 253 376 15 41 0 0 423 142 123
Binary 11011100 10101011 11111110 1101 100001 0 0 100010011 1100010 1010011

Color Harmonies of #DCABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCABFE

Black with #DCABFE

Text Example


Text Example

White with #DCABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCABFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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