#DCAFF6

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

Shades of Mauve #DCAFF6

Tints of Mauve #DCAFF6

Color information

#DCAFF6 (or 0xDCAFF6) is unknown color: approx Mauve. HEX triplet: DC, AF and F6. RGB value is (220,175,246). Sum of RGB (Red+Green+Blue) = 220+175+246=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCAFF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAFF6 is #235009. Grayscale: #C4C4C4. Windows color (decimal): -2314250 or 16166876. OLE color: 16166876.

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

Color convert

RGB220175246-
CMYK0.110.2900.04
HSL278.03º79.78%82.55%-
HSV(B)278.03º28.86%96.47%-
XYZ61.4852.5394.09-
YUV196.55155.91144.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.32%
GREEN value IS 175 (68.75% from 255) = 27.30%
BLUE value IS 246 (96.48% from 255) = 38.38%
R=34.32%
G=27.30%
B=38.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2201752460.110.2900.04278.0379.7882.55
HexDCAFF6B1D041165053
Octal334257366133504426120123
Binary110111001010111111110110101111101010010001011010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAFF6; }

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

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

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

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

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

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

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

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