#D8ADFC

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

Shades of Mauve #D8ADFC

Tints of Mauve #D8ADFC

Color information

#D8ADFC (or 0xD8ADFC) is unknown color: approx Mauve. HEX triplet: D8, AD and FC. RGB value is (216,173,252). Sum of RGB (Red+Green+Blue) = 216+173+252=641 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.70% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #D8ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ADFC is #275203. Grayscale: #C2C2C2. Windows color (decimal): -2576900 or 16559576. OLE color: 16559576.

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

Color convert

RGB216173252-
CMYK0.140.3100.01
HSL272.66º92.94%83.33%-
HSV(B)272.66º31.35%98.82%-
XYZ60.8351.5198.83-
YUV194.86160.25143.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.70%
GREEN value IS 173 (67.97% from 255) = 26.99%
BLUE value IS 252 (98.83% from 255) = 39.31%
R=33.70%
G=26.99%
B=39.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2161732520.140.3100.01272.6692.9483.33
HexD8ADFCE1F011115d53
Octal330255374163701421135123
Binary1101100010101101111111001110111110110001000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ADFC; }

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

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

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

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

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

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

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

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