#DCADF3

Color #DCADF3 Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #DCADF3

Tints of Mauve #DCADF3

Color information

#DCADF3 (or 0xDCADF3) is unknown color: approx Mauve. HEX triplet: DC, AD and F3. RGB value is (220,173,243). Sum of RGB (Red+Green+Blue) = 220+173+243=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 173 (67.97% from 255 or 27.20% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADF3 is #23520C. Grayscale: #C2C2C2. Windows color (decimal): -2314765 or 15969756. OLE color: 15969756.

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

Color convert

RGB220173243-
CMYK0.090.2900.05
HSL280.29º74.47%81.57%-
HSV(B)280.29º28.81%95.29%-
XYZ60.6451.5791.55-
YUV195.03155.07145.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.59%
GREEN value IS 173 (67.97% from 255) = 27.20%
BLUE value IS 243 (95.31% from 255) = 38.21%
R=34.59%
G=27.20%
B=38.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201732430.090.2900.05280.2974.4781.57
HexDCADF391D051184a52
Octal334255363113505430112122
Binary110111001010110111110011100111101010110001100010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADF3; }

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

 H1.HeaderClassName
 {
   color: #DCADF3;
 }
 .AnyTagClassName
 {
   color: #DCADF3;
 }
</style>
background-color css

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

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

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

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

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

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