#DCAFF0

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

Shades of Mauve #DCAFF0

Tints of Mauve #DCAFF0

Color information

#DCAFF0 (or 0xDCAFF0) is unknown color: approx Mauve. HEX triplet: DC, AF and F0. RGB value is (220,175,240). Sum of RGB (Red+Green+Blue) = 220+175+240=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCAFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAFF0 is #23500F. Grayscale: #C3C3C3. Windows color (decimal): -2314256 or 15773660. OLE color: 15773660.

HSL color Cylindrical-coordinate representation of color #DCAFF0: hue angle of 281.54º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCAFF0 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220175240-
CMYK0.080.2700.06
HSL281.54º68.42%81.37%-
HSV(B)281.54º27.08%94.12%-
XYZ60.5752.1789.31-
YUV195.86152.91145.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.65%
GREEN value IS 175 (68.75% from 255) = 27.56%
BLUE value IS 240 (94.14% from 255) = 37.80%
R=34.65%
G=27.56%
B=37.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2201752400.080.2700.06281.5468.4281.37
HexDCAFF081B0611a4451
Octal334257360103306432104121
Binary110111001010111111110000100011011011010001101010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAFF0; }

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

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

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

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

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

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

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

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