#D0B2FA

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

Shades of Mauve #D0B2FA

Tints of Mauve #D0B2FA

Color information

#D0B2FA (or 0xD0B2FA) is unknown color: approx Mauve. HEX triplet: D0, B2 and FA. RGB value is (208,178,250). Sum of RGB (Red+Green+Blue) = 208+178+250=636 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.70% from 636); Green value is 178 (69.92% from 255 or 27.99% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0B2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0B2FA is #2F4D05. Grayscale: #C2C2C2. Windows color (decimal): -3099910 or 16429776. OLE color: 16429776.

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

Color convert

RGB208178250-
CMYK0.170.2900.02
HSL265º87.8%83.92%-
HSV(B)265º28.8%98.04%-
XYZ59.1952.1597.39-
YUV195.18158.94137.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.70%
GREEN value IS 178 (69.92% from 255) = 27.99%
BLUE value IS 250 (98.05% from 255) = 39.31%
R=32.70%
G=27.99%
B=39.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081782500.170.2900.0226587.883.92
HexD0B2FA111D021095854
Octal320262372213502411130124
Binary110100001011001011111010100011110101010000100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B2FA; }

 p { color: rgb(208,178,250); }

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

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

 a { background-color: rgb(208,178,250); }

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

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

 span { border-color: rgb(208,178,250); }

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