#D2B4F5

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

Shades of Mauve #D2B4F5

Tints of Mauve #D2B4F5

Color information

#D2B4F5 (or 0xD2B4F5) is unknown color: approx Mauve. HEX triplet: D2, B4 and F5. RGB value is (210,180,245). Sum of RGB (Red+Green+Blue) = 210+180+245=635 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.07% from 635); Green value is 180 (70.70% from 255 or 28.35% from 635); Blue value is 245 (96.09% from 255 or 38.58% from 635); Max value from RGB is 245 - color contains mainly: blue. Hex color #D2B4F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B4F5 is #2D4B0A. Grayscale: #C4C4C4. Windows color (decimal): -2968331 or 16102610. OLE color: 16102610.

HSL color Cylindrical-coordinate representation of color #D2B4F5: hue angle of 267.69º degrees, saturation: 0.76, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2B4F5 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB210180245-
CMYK0.140.2700.04
HSL267.69º76.47%83.33%-
HSV(B)267.69º26.53%96.08%-
XYZ59.3852.9493.47-
YUV196.38155.44137.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.07%
GREEN value IS 180 (70.70% from 255) = 28.35%
BLUE value IS 245 (96.09% from 255) = 38.58%
R=33.07%
G=28.35%
B=38.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2101802450.140.2700.04267.6976.4783.33
HexD2B4F5E1B0410c4c53
Octal322264365163304414114123
Binary110100101011010011110101111011011010010000110010011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B4F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B4F5; }

 p { color: rgb(210,180,245); }

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

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

 a { background-color: rgb(210,180,245); }

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

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

 span { border-color: rgb(210,180,245); }

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