#D1ADFC

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

Shades of Mauve #D1ADFC

Tints of Mauve #D1ADFC

Color information

#D1ADFC (or 0xD1ADFC) is unknown color: approx Mauve. HEX triplet: D1, AD and FC. RGB value is (209,173,252). Sum of RGB (Red+Green+Blue) = 209+173+252=634 (83% of max value = 765). Red value is 209 (82.03% from 255 or 32.97% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ADFC is #2E5203. Grayscale: #C0C0C0. Windows color (decimal): -3035652 or 16559569. OLE color: 16559569.

HSL color Cylindrical-coordinate representation of color #D1ADFC: hue angle of 267.34º 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 #D1ADFC is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB209173252-
CMYK0.170.3100.01
HSL267.34º92.94%83.33%-
HSV(B)267.34º31.35%98.82%-
XYZ58.8150.4798.74-
YUV192.77161.43139.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.97%
GREEN value IS 173 (67.97% from 255) = 27.29%
BLUE value IS 252 (98.83% from 255) = 39.75%
R=32.97%
G=27.29%
B=39.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2091732520.170.3100.01267.3492.9483.33
HexD1ADFC111F0110b5d53
Octal321255374213701413135123
Binary11010001101011011111110010001111110110000101110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ADFC; }

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

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

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

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

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

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

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

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