#D0ADFC

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

Shades of Mauve #D0ADFC

Tints of Mauve #D0ADFC

Color information

#D0ADFC (or 0xD0ADFC) is unknown color: approx Mauve. HEX triplet: D0, AD and FC. RGB value is (208,173,252). Sum of RGB (Red+Green+Blue) = 208+173+252=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ADFC is #2F5203. Grayscale: #C0C0C0. Windows color (decimal): -3101188 or 16559568. OLE color: 16559568.

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

Color convert

RGB208173252-
CMYK0.170.3100.01
HSL266.58º92.94%83.33%-
HSV(B)266.58º31.35%98.82%-
XYZ58.5350.3398.72-
YUV192.47161.6139.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.86%
GREEN value IS 173 (67.97% from 255) = 27.33%
BLUE value IS 252 (98.83% from 255) = 39.81%
R=32.86%
G=27.33%
B=39.81%

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
Decimal2081732520.170.3100.01266.5892.9483.33
HexD0ADFC111F0110b5d53
Octal320255374213701413135123
Binary11010000101011011111110010001111110110000101110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ADFC; }

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

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

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

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

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

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

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

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