#DCAFE9

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

Shades of Mauve #DCAFE9

Tints of Mauve #DCAFE9

Color information

#DCAFE9 (or 0xDCAFE9) is unknown color: approx Mauve. HEX triplet: DC, AF and E9. RGB value is (220,175,233). Sum of RGB (Red+Green+Blue) = 220+175+233=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCAFE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAFE9 is #235016. Grayscale: #C2C2C2. Windows color (decimal): -2314263 or 15314908. OLE color: 15314908.

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

Color convert

RGB220175233-
CMYK0.060.2500.09
HSL286.55º56.86%80%-
HSV(B)286.55º24.89%91.37%-
XYZ59.5551.7683.94-
YUV195.07149.41145.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.03%
GREEN value IS 175 (68.75% from 255) = 27.87%
BLUE value IS 233 (91.41% from 255) = 37.10%
R=35.03%
G=27.87%
B=37.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201752330.060.2500.09286.5556.8680
HexDCAFE96190911f3950
Octal33425735163101143771120
Binary11011100101011111110100111011001010011000111111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAFE9; }

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

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

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

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

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

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

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

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