Html Css Color HEX #D5B7F6 Mauve

📋 copy color: '#D5B7F6'

red 213 ◦ green 183 ◦ blue 246

#D5B7F6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #D5B7F6

Tints of Mauve #D5B7F6

RGB

 RED value IS 213 (83.59% from 255) = 33.18%

 GREEN value IS 183 (71.88% from 255) = 28.5%

 BLUE value IS 246 (96.48% from 255) = 38.32%

R = 33.18%
G = 28.5%
B = 38.32%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D5B7F6 (or 0xD5B7F6) is known color: Mauve. HEX triplet: D5, B7 and F6. RGB value is (213,183,246). Sum of RGB (Red+Green+Blue) = 213+183+246=642 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.18% from 642); Green value is 183 (71.88% from 255 or 28.50% from 642); Blue value is 246 (96.48% from 255 or 38.32% from 642); Max value from RGB is 246 - color contains mainly: blue. Hex color #D5B7F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B7F6 is #2A4809. Grayscale: #C6C6C6. Windows color (decimal): -2770954 or 16168917. OLE color: 16168917.

HSL color Cylindrical-coordinate representation of color #D5B7F6: hue angle of 268.57º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5B7F6 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 183 246 -
CMYK 0.13 0.26 0 0.04
HSL 268.57º 0.78% 0.84% -
HSV(B) 268.57º 0.26% 0.96% -
XYZ 61.01 54.67 94.53 -
YUV 199.15 154.44 137.88 -
System Red Green Blue C M Y K H S L
Decimal 213 183 246 0.13 0.26 0 0.04 268.57 0.78 0.84
Hex D5 B7 F6 D 1A 0 4 10D 4E 54
Octal 325 267 366 15 32 0 4 415 116 124
Binary 11010101 10110111 11110110 1101 11010 0 100 100001101 1001110 1010100

Color Harmonies of #D5B7F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B7F6

Black with #D5B7F6

Text Example


Text Example

White with #D5B7F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B7F6; }

 p { color: rgb(213,183,246); }

 H1.HeaderClassName
 {
   color: #D5B7F6;
 }
 .AnyTagClassName
 {
   color: #D5B7F6;
 }
</style>

background-color css

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

 a { background-color: rgb(213,183,246); }

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

border-color css

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

 span { border-color: rgb(213,183,246); }

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