#D8BEFF

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

Shades of Mauve #D8BEFF

Tints of Mauve #D8BEFF

Color information

#D8BEFF (or 0xD8BEFF) is unknown color: approx Mauve. HEX triplet: D8, BE and FF. RGB value is (216,190,255). Sum of RGB (Red+Green+Blue) = 216+190+255=661 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.68% from 661); Green value is 190 (74.61% from 255 or 28.74% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8BEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BEFF is #274100. Grayscale: #CCCCCC. Windows color (decimal): -2572545 or 16760536. OLE color: 16760536.

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

Color convert

RGB216190255-
CMYK0.150.2500
HSL264º100%87.25%-
HSV(B)264º25.49%100%-
XYZ64.7858.65102.51-
YUV205.18156.11135.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.68%
GREEN value IS 190 (74.61% from 255) = 28.74%
BLUE value IS 255 (100% from 255) = 38.58%
R=32.68%
G=28.74%
B=38.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2161902550.150.250026410087.25
HexD8BEFFF19001086457
Octal330276377173100410144127
Binary1101100010111110111111111111110010010000100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BEFF; }

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

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

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

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

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

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

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

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