#D8B8FF

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

Shades of Mauve #D8B8FF

Tints of Mauve #D8B8FF

Color information

#D8B8FF (or 0xD8B8FF) is unknown color: approx Mauve. HEX triplet: D8, B8 and FF. RGB value is (216,184,255). Sum of RGB (Red+Green+Blue) = 216+184+255=655 (86% of max value = 765). Red value is 216 (84.77% from 255 or 32.98% from 655); Green value is 184 (72.27% from 255 or 28.09% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8B8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8B8FF is #274700. Grayscale: #C9C9C9. Windows color (decimal): -2574081 or 16759000. OLE color: 16759000.

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

Color convert

RGB216184255-
CMYK0.150.2800
HSL267.04º100%86.08%-
HSV(B)267.04º27.84%100%-
XYZ63.5156.1102.09-
YUV201.66158.1138.23-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.98%
GREEN value IS 184 (72.27% from 255) = 28.09%
BLUE value IS 255 (100% from 255) = 38.93%
R=32.98%
G=28.09%
B=38.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2161842550.150.2800267.0410086.08
HexD8B8FFF1C0010b6456
Octal330270377173400413144126
Binary1101100010111000111111111111111000010000101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B8FF; }

 p { color: rgb(216,184,255); }

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

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

 a { background-color: rgb(216,184,255); }

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

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

 span { border-color: rgb(216,184,255); }

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