#D6ADFC

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

Shades of Mauve #D6ADFC

Tints of Mauve #D6ADFC

Color information

#D6ADFC (or 0xD6ADFC) is unknown color: approx Mauve. HEX triplet: D6, AD and FC. RGB value is (214,173,252). Sum of RGB (Red+Green+Blue) = 214+173+252=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 173 (67.97% from 255 or 27.07% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ADFC is #295203. Grayscale: #C1C1C1. Windows color (decimal): -2707972 or 16559574. OLE color: 16559574.

HSL color Cylindrical-coordinate representation of color #D6ADFC: hue angle of 271.14º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D6ADFC is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB214173252-
CMYK0.150.3100.01
HSL271.14º92.94%83.33%-
HSV(B)271.14º31.35%98.82%-
XYZ60.2551.2198.8-
YUV194.26160.58142.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.49%
GREEN value IS 173 (67.97% from 255) = 27.07%
BLUE value IS 252 (98.83% from 255) = 39.44%
R=33.49%
G=27.07%
B=39.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2141732520.150.3100.01271.1492.9483.33
HexD6ADFCF1F0110f5d53
Octal326255374173701417135123
Binary1101011010101101111111001111111110110000111110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ADFC; }

 p { color: rgb(214,173,252); }

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

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

 a { background-color: rgb(214,173,252); }

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

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

 span { border-color: rgb(214,173,252); }

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