#D5B9F8

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

Shades of Mauve #D5B9F8

Tints of Mauve #D5B9F8

Color information

#D5B9F8 (or 0xD5B9F8) is unknown color: approx Mauve. HEX triplet: D5, B9 and F8. RGB value is (213,185,248). Sum of RGB (Red+Green+Blue) = 213+185+248=646 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.97% from 646); Green value is 185 (72.66% from 255 or 28.64% from 646); Blue value is 248 (97.27% from 255 or 38.39% from 646); Max value from RGB is 248 - color contains mainly: blue. Hex color #D5B9F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B9F8 is #2A4607. Grayscale: #C8C8C8. Windows color (decimal): -2770440 or 16300501. OLE color: 16300501.

HSL color Cylindrical-coordinate representation of color #D5B9F8: hue angle of 266.67º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5B9F8 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB213185248-
CMYK0.140.2500.03
HSL266.67º81.82%84.9%-
HSV(B)266.67º25.4%97.25%-
XYZ61.7355.6296.29-
YUV200.55154.78136.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.97%
GREEN value IS 185 (72.66% from 255) = 28.64%
BLUE value IS 248 (97.27% from 255) = 38.39%
R=32.97%
G=28.64%
B=38.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2131852480.140.2500.03266.6781.8284.9
HexD5B9F8E190310b5255
Octal325271370163103413122125
Binary11010101101110011111100011101100101110000101110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B9F8; }

 p { color: rgb(213,185,248); }

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

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

 a { background-color: rgb(213,185,248); }

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

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

 span { border-color: rgb(213,185,248); }

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