Html Css Color HEX #DCADF1 Mauve

📋 copy color: '#DCADF1'

red 220 ◦ green 173 ◦ blue 241

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

Shades of Mauve #DCADF1

Tints of Mauve #DCADF1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.29%

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

R = 34.7%
G = 27.29%
B = 38.01%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DCADF1 (or 0xDCADF1) is known color: Mauve. HEX triplet: DC, AD and F1. RGB value is (220,173,241). Sum of RGB (Red+Green+Blue) = 220+173+241=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADF1 is #23520E. Grayscale: #C2C2C2. Windows color (decimal): -2314767 or 15838684. OLE color: 15838684.

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

Color convert

RGB 220 173 241 -
CMYK 0.09 0.28 0 0.05
HSL 281.47º 0.71% 0.81% -
HSV(B) 281.47º 0.28% 0.95% -
XYZ 60.34 51.45 89.97 -
YUV 194.81 154.07 145.97 -
System Red Green Blue C M Y K H S L
Decimal 220 173 241 0.09 0.28 0 0.05 281.47 0.71 0.81
Hex DC AD F1 9 1C 0 5 119 47 51
Octal 334 255 361 11 34 0 5 431 107 121
Binary 11011100 10101101 11110001 1001 11100 0 101 100011001 1000111 1010001

Color Harmonies of #DCADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADF1

Black with #DCADF1

Text Example


Text Example

White with #DCADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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