#DCAFEA

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

Shades of Mauve #DCAFEA

Tints of Mauve #DCAFEA

Color information

#DCAFEA (or 0xDCAFEA) is unknown color: approx Mauve. HEX triplet: DC, AF and EA. RGB value is (220,175,234). Sum of RGB (Red+Green+Blue) = 220+175+234=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCAFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAFEA is #235015. Grayscale: #C2C2C2. Windows color (decimal): -2314262 or 15380444. OLE color: 15380444.

HSL color Cylindrical-coordinate representation of color #DCAFEA: hue angle of 285.76º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCAFEA is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220175234-
CMYK0.060.2500.08
HSL285.76º58.42%80.2%-
HSV(B)285.76º25.21%91.76%-
XYZ59.751.8284.7-
YUV195.18149.91145.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.98%
GREEN value IS 175 (68.75% from 255) = 27.82%
BLUE value IS 234 (91.80% from 255) = 37.20%
R=34.98%
G=27.82%
B=37.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201752340.060.2500.08285.7658.4280.2
HexDCAFEA6190811e3a50
Octal33425735263101043672120
Binary11011100101011111110101011011001010001000111101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAFEA; }

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

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

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

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

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

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

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

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