#d2b0f3

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

Shades of Mauve #D2B0F3

Tints of Mauve #D2B0F3

Color information

#D2B0F3 (or 0xD2B0F3) is unknown color: approx Mauve. HEX triplet: D2, B0 and F3. RGB value is (210,176,243). Sum of RGB (Red+Green+Blue) = 210+176+243=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 176 (69.14% from 255 or 27.98% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 243 - color contains mainly: blue. Hex color #D2B0F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2B0F3 is #2D4F0C. Grayscale: #C1C1C1. Windows color (decimal): -2969357 or 15970514. OLE color: 15970514.

HSL color Cylindrical-coordinate representation of color #D2B0F3: hue angle of 270.45º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2B0F3 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB210176243-
CMYK0.140.2800.05
HSL270.45º73.63%82.16%-
HSV(B)270.45º27.57%95.29%-
XYZ58.2851.2291.61-
YUV193.8155.76139.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.39%
GREEN value IS 176 (69.14% from 255) = 27.98%
BLUE value IS 243 (95.31% from 255) = 38.63%
R=33.39%
G=27.98%
B=38.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2101762430.140.2800.05270.4573.6382.16
HexD2B0F3E1C0510e4a52
Octal322260363163405416112122
Binary110100101011000011110011111011100010110000111010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2b0f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2b0f3; }

 p { color: rgb(210,176,243); }

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

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

 a { background-color: rgb(210,176,243); }

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

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

 span { border-color: rgb(210,176,243); }

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