Html Css Color HEX #DCADFA Mauve

📋 copy color: '#DCADFA'

red 220 ◦ green 173 ◦ blue 250

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

Shades of Mauve #DCADFA

Tints of Mauve #DCADFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.88%

R = 34.21%
G = 26.91%
B = 38.88%

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

#DCADFA (or 0xDCADFA) is known color: Mauve. HEX triplet: DC, AD and FA. RGB value is (220,173,250). Sum of RGB (Red+Green+Blue) = 220+173+250=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 173 (67.97% from 255 or 26.91% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADFA is #235205. Grayscale: #C3C3C3. Windows color (decimal): -2314758 or 16428508. OLE color: 16428508.

HSL color Cylindrical-coordinate representation of color #DCADFA: hue angle of 276.62º degrees, saturation: 0.89, 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 #DCADFA is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 173 250 -
CMYK 0.12 0.31 0 0.02
HSL 276.62º 0.89% 0.83% -
HSV(B) 276.62º 0.31% 0.98% -
XYZ 61.71 52 97.23 -
YUV 195.83 158.57 145.24 -
System Red Green Blue C M Y K H S L
Decimal 220 173 250 0.12 0.31 0 0.02 276.62 0.89 0.83
Hex DC AD FA C 1F 0 2 115 59 53
Octal 334 255 372 14 37 0 2 425 131 123
Binary 11011100 10101101 11111010 1100 11111 0 10 100010101 1011001 1010011

Color Harmonies of #DCADFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADFA

Black with #DCADFA

Text Example


Text Example

White with #DCADFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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