Html Css Color HEX #DCADF6 Mauve

📋 copy color: '#DCADF6'

red 220 ◦ green 173 ◦ blue 246

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

Shades of Mauve #DCADF6

Tints of Mauve #DCADF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.5%

R = 34.43%
G = 27.07%
B = 38.5%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DCADF6 (or 0xDCADF6) is known color: Mauve. HEX triplet: DC, AD and F6. RGB value is (220,173,246). Sum of RGB (Red+Green+Blue) = 220+173+246=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 173 (67.97% from 255 or 27.07% from 639); Blue value is 246 (96.48% from 255 or 38.50% from 639); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCADF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADF6 is #235209. Grayscale: #C3C3C3. Windows color (decimal): -2314762 or 16166364. OLE color: 16166364.

HSL color Cylindrical-coordinate representation of color #DCADF6: hue angle of 278.63º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCADF6 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 173 246 -
CMYK 0.11 0.30 0 0.04
HSL 278.63º 0.8% 0.82% -
HSV(B) 278.63º 0.3% 0.96% -
XYZ 61.09 51.76 93.96 -
YUV 195.38 156.57 145.56 -
System Red Green Blue C M Y K H S L
Decimal 220 173 246 0.11 0.30 0 0.04 278.63 0.8 0.82
Hex DC AD F6 B 1E 0 4 117 50 52
Octal 334 255 366 13 36 0 4 427 120 122
Binary 11011100 10101101 11110110 1011 11110 0 100 100010111 1010000 1010010

Color Harmonies of #DCADF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADF6

Black with #DCADF6

Text Example


Text Example

White with #DCADF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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