Html Css Color HEX #DCABFB Mauve

📋 copy color: '#DCABFB'

red 220 ◦ green 171 ◦ blue 251

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

Shades of Mauve #DCABFB

Tints of Mauve #DCABFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.1%

R = 34.27%
G = 26.64%
B = 39.1%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCABFB (or 0xDCABFB) is known color: Mauve. HEX triplet: DC, AB and FB. RGB value is (220,171,251). Sum of RGB (Red+Green+Blue) = 220+171+251=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 171 (67.19% from 255 or 26.64% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCABFB is #235404. Grayscale: #C2C2C2. Windows color (decimal): -2315269 or 16493532. OLE color: 16493532.

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

Color convert

RGB 220 171 251 -
CMYK 0.12 0.32 0 0.02
HSL 276.75º 0.91% 0.83% -
HSV(B) 276.75º 0.32% 0.98% -
XYZ 61.49 51.31 97.93 -
YUV 194.77 159.73 146 -
System Red Green Blue C M Y K H S L
Decimal 220 171 251 0.12 0.32 0 0.02 276.75 0.91 0.83
Hex DC AB FB C 20 0 2 115 5B 53
Octal 334 253 373 14 40 0 2 425 133 123
Binary 11011100 10101011 11111011 1100 100000 0 10 100010101 1011011 1010011

Color Harmonies of #DCABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCABFB

Black with #DCABFB

Text Example


Text Example

White with #DCABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCABFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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