#D2B8FE

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

Shades of Mauve #D2B8FE

Tints of Mauve #D2B8FE

Color information

#D2B8FE (or 0xD2B8FE) is unknown color: approx Mauve. HEX triplet: D2, B8 and FE. RGB value is (210,184,254). Sum of RGB (Red+Green+Blue) = 210+184+254=648 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.41% from 648); Green value is 184 (72.27% from 255 or 28.40% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2B8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B8FE is #2D4701. Grayscale: #C7C7C7. Windows color (decimal): -2967298 or 16693458. OLE color: 16693458.

HSL color Cylindrical-coordinate representation of color #D2B8FE: hue angle of 262.29º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2B8FE is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB210184254-
CMYK0.170.2800.00
HSL262.29º97.22%85.88%-
HSV(B)262.29º27.56%99.61%-
XYZ61.6155.14101.16-
YUV199.75158.61135.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.41%
GREEN value IS 184 (72.27% from 255) = 28.40%
BLUE value IS 254 (99.61% from 255) = 39.20%
R=32.41%
G=28.40%
B=39.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2101842540.170.2800.00262.2997.2285.88
HexD2B8FE111C001066156
Octal322270376213400406141126
Binary11010010101110001111111010001111000010000011011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B8FE; }

 p { color: rgb(210,184,254); }

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

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

 a { background-color: rgb(210,184,254); }

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

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

 span { border-color: rgb(210,184,254); }

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