#DCAFF3

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

Shades of Mauve #DCAFF3

Tints of Mauve #DCAFF3

Color information

#DCAFF3 (or 0xDCAFF3) is unknown color: approx Mauve. HEX triplet: DC, AF and F3. RGB value is (220,175,243). Sum of RGB (Red+Green+Blue) = 220+175+243=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 175 (68.75% from 255 or 27.43% from 638); Blue value is 243 (95.31% from 255 or 38.09% from 638); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCAFF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAFF3 is #23500C. Grayscale: #C3C3C3. Windows color (decimal): -2314253 or 15970268. OLE color: 15970268.

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

Color convert

RGB220175243-
CMYK0.090.2800.05
HSL279.71º73.91%81.96%-
HSV(B)279.71º27.98%95.29%-
XYZ61.0252.3591.68-
YUV196.21154.41144.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.48%
GREEN value IS 175 (68.75% from 255) = 27.43%
BLUE value IS 243 (95.31% from 255) = 38.09%
R=34.48%
G=27.43%
B=38.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201752430.090.2800.05279.7173.9181.96
HexDCAFF391C051184a52
Octal334257363113405430112122
Binary110111001010111111110011100111100010110001100010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAFF3; }

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

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

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

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

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

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

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

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