Html Css Color HEX #DCACFB Mauve

📋 copy color: '#DCACFB'

red 220 ◦ green 172 ◦ blue 251

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

Shades of Mauve #DCACFB

Tints of Mauve #DCACFB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.75%

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

R = 34.21%
G = 26.75%
B = 39.04%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCACFB (or 0xDCACFB) is known color: Mauve. HEX triplet: DC, AC and FB. RGB value is (220,172,251). Sum of RGB (Red+Green+Blue) = 220+172+251=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 172 (67.58% from 255 or 26.75% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCACFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCACFB is #235304. Grayscale: #C3C3C3. Windows color (decimal): -2315013 or 16493788. OLE color: 16493788.

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

Color convert

RGB 220 172 251 -
CMYK 0.12 0.31 0 0.02
HSL 276.46º 0.91% 0.83% -
HSV(B) 276.46º 0.31% 0.98% -
XYZ 61.68 51.69 97.99 -
YUV 195.36 159.4 145.58 -
System Red Green Blue C M Y K H S L
Decimal 220 172 251 0.12 0.31 0 0.02 276.46 0.91 0.83
Hex DC AC FB C 1F 0 2 114 5B 53
Octal 334 254 373 14 37 0 2 424 133 123
Binary 11011100 10101100 11111011 1100 11111 0 10 100010100 1011011 1010011

Color Harmonies of #DCACFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCACFB

Black with #DCACFB

Text Example


Text Example

White with #DCACFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCACFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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