#D0ADFB

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

Shades of Mauve #D0ADFB

Tints of Mauve #D0ADFB

Color information

#D0ADFB (or 0xD0ADFB) is unknown color: approx Mauve. HEX triplet: D0, AD and FB. RGB value is (208,173,251). Sum of RGB (Red+Green+Blue) = 208+173+251=632 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.91% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #D0ADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ADFB is #2F5204. Grayscale: #C0C0C0. Windows color (decimal): -3101189 or 16494032. OLE color: 16494032.

HSL color Cylindrical-coordinate representation of color #D0ADFB: hue angle of 266.92º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0ADFB is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208173251-
CMYK0.170.3100.02
HSL266.92º90.7%83.14%-
HSV(B)266.92º31.08%98.43%-
XYZ58.3750.2697.89-
YUV192.36161.1139.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.91%
GREEN value IS 173 (67.97% from 255) = 27.37%
BLUE value IS 251 (98.44% from 255) = 39.72%
R=32.91%
G=27.37%
B=39.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081732510.170.3100.02266.9290.783.14
HexD0ADFB111F0210b5b53
Octal320255373213702413133123
Binary110100001010110111111011100011111101010000101110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ADFB; }

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

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

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

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

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

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

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

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