Html Css Color HEX #DCABFC Mauve

📋 copy color: '#DCABFC'

red 220 ◦ green 171 ◦ blue 252

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

Shades of Mauve #DCABFC

Tints of Mauve #DCABFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.19%

R = 34.21%
G = 26.59%
B = 39.19%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DCABFC (or 0xDCABFC) is known color: Mauve. HEX triplet: DC, AB and FC. RGB value is (220,171,252). Sum of RGB (Red+Green+Blue) = 220+171+252=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 171 (67.19% from 255 or 26.59% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCABFC is #235403. Grayscale: #C2C2C2. Windows color (decimal): -2315268 or 16559068. OLE color: 16559068.

HSL color Cylindrical-coordinate representation of color #DCABFC: hue angle of 276.3º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCABFC is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 171 252 -
CMYK 0.13 0.32 0 0.01
HSL 276.3º 0.93% 0.83% -
HSV(B) 276.3º 0.32% 0.99% -
XYZ 61.65 51.37 98.76 -
YUV 194.89 160.23 145.91 -
System Red Green Blue C M Y K H S L
Decimal 220 171 252 0.13 0.32 0 0.01 276.3 0.93 0.83
Hex DC AB FC D 20 0 1 114 5D 53
Octal 334 253 374 15 40 0 1 424 135 123
Binary 11011100 10101011 11111100 1101 100000 0 1 100010100 1011101 1010011

Color Harmonies of #DCABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCABFC

Black with #DCABFC

Text Example


Text Example

White with #DCABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCABFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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