#DCAFF4

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

Shades of Mauve #DCAFF4

Tints of Mauve #DCAFF4

Color information

#DCAFF4 (or 0xDCAFF4) is unknown color: approx Mauve. HEX triplet: DC, AF and F4. RGB value is (220,175,244). Sum of RGB (Red+Green+Blue) = 220+175+244=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 244 (95.70% from 255 or 38.18% from 639); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCAFF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAFF4 is #23500B. Grayscale: #C4C4C4. Windows color (decimal): -2314252 or 16035804. OLE color: 16035804.

HSL color Cylindrical-coordinate representation of color #DCAFF4: hue angle of 279.13º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCAFF4 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220175244-
CMYK0.100.2800.04
HSL279.13º75.82%82.16%-
HSV(B)279.13º28.28%95.69%-
XYZ61.1752.4192.48-
YUV196.32154.91144.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.43%
GREEN value IS 175 (68.75% from 255) = 27.39%
BLUE value IS 244 (95.70% from 255) = 38.18%
R=34.43%
G=27.39%
B=38.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2201752440.100.2800.04279.1375.8282.16
HexDCAFF4A1C041174c52
Octal334257364123404427114122
Binary110111001010111111110100101011100010010001011110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAFF4; }

 p { color: rgb(220,175,244); }

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

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

 a { background-color: rgb(220,175,244); }

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

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

 span { border-color: rgb(220,175,244); }

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