Html Css Color HEX #DCACF1 Mauve

📋 copy color: '#DCACF1'

red 220 ◦ green 172 ◦ blue 241

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

Shades of Mauve #DCACF1

Tints of Mauve #DCACF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.07%

R = 34.76%
G = 27.17%
B = 38.07%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DCACF1 (or 0xDCACF1) is known color: Mauve. HEX triplet: DC, AC and F1. RGB value is (220,172,241). Sum of RGB (Red+Green+Blue) = 220+172+241=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCACF1 is #23530E. Grayscale: #C1C1C1. Windows color (decimal): -2315023 or 15838428. OLE color: 15838428.

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

Color convert

RGB 220 172 241 -
CMYK 0.09 0.29 0 0.05
HSL 281.74º 0.71% 0.81% -
HSV(B) 281.74º 0.29% 0.95% -
XYZ 60.14 51.07 89.91 -
YUV 194.22 154.4 146.39 -
System Red Green Blue C M Y K H S L
Decimal 220 172 241 0.09 0.29 0 0.05 281.74 0.71 0.81
Hex DC AC F1 9 1D 0 5 11A 47 51
Octal 334 254 361 11 35 0 5 432 107 121
Binary 11011100 10101100 11110001 1001 11101 0 101 100011010 1000111 1010001

Color Harmonies of #DCACF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCACF1

Black with #DCACF1

Text Example


Text Example

White with #DCACF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCACF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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