Html Css Color HEX #D7BAF6 Mauve

📋 copy color: '#D7BAF6'

red 215 ◦ green 186 ◦ blue 246

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

Shades of Mauve #D7BAF6

Tints of Mauve #D7BAF6

RGB

 RED value IS 215 (84.38% from 255) = 33.23%

 GREEN value IS 186 (73.05% from 255) = 28.75%

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

R = 33.23%
G = 28.75%
B = 38.02%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D7BAF6 (or 0xD7BAF6) is known color: Mauve. HEX triplet: D7, BA and F6. RGB value is (215,186,246). Sum of RGB (Red+Green+Blue) = 215+186+246=647 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.23% from 647); Green value is 186 (73.05% from 255 or 28.75% from 647); Blue value is 246 (96.48% from 255 or 38.02% from 647); Max value from RGB is 246 - color contains mainly: blue. Hex color #D7BAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BAF6 is #284509. Grayscale: #C9C9C9. Windows color (decimal): -2639114 or 16169687. OLE color: 16169687.

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

Color convert

RGB 215 186 246 -
CMYK 0.13 0.24 0 0.04
HSL 269º 0.77% 0.85% -
HSV(B) 269º 0.24% 0.96% -
XYZ 62.22 56.22 94.76 -
YUV 201.51 153.11 137.62 -
System Red Green Blue C M Y K H S L
Decimal 215 186 246 0.13 0.24 0 0.04 269 0.77 0.85
Hex D7 BA F6 D 18 0 4 10D 4D 55
Octal 327 272 366 15 30 0 4 415 115 125
Binary 11010111 10111010 11110110 1101 11000 0 100 100001101 1001101 1010101

Color Harmonies of #D7BAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BAF6

Black with #D7BAF6

Text Example


Text Example

White with #D7BAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BAF6; }

 p { color: rgb(215,186,246); }

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

background-color css

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

 a { background-color: rgb(215,186,246); }

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

border-color css

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

 span { border-color: rgb(215,186,246); }

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