#D6ACFE

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

Shades of Mauve #D6ACFE

Tints of Mauve #D6ACFE

Color information

#D6ACFE (or 0xD6ACFE) is unknown color: approx Mauve. HEX triplet: D6, AC and FE. RGB value is (214,172,254). Sum of RGB (Red+Green+Blue) = 214+172+254=640 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.44% from 640); Green value is 172 (67.58% from 255 or 26.88% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6ACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ACFE is #295301. Grayscale: #C1C1C1. Windows color (decimal): -2708226 or 16690390. OLE color: 16690390.

HSL color Cylindrical-coordinate representation of color #D6ACFE: hue angle of 270.73º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6ACFE is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB214172254-
CMYK0.160.3200.00
HSL270.73º97.62%83.53%-
HSV(B)270.73º32.28%99.61%-
XYZ60.3750.96100.42-
YUV193.91161.91142.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.44%
GREEN value IS 172 (67.58% from 255) = 26.88%
BLUE value IS 254 (99.61% from 255) = 39.69%
R=33.44%
G=26.88%
B=39.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2141722540.160.3200.00270.7397.6283.53
HexD6ACFE10200010f6254
Octal326254376204000417142124
Binary110101101010110011111110100001000000010000111111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ACFE; }

 p { color: rgb(214,172,254); }

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

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

 a { background-color: rgb(214,172,254); }

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

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

 span { border-color: rgb(214,172,254); }

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