Html Css Color HEX #D7B3FE Mauve

📋 copy color: '#D7B3FE'

red 215 ◦ green 179 ◦ blue 254

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

Shades of Mauve #D7B3FE

Tints of Mauve #D7B3FE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.62%

 BLUE value IS 254 (99.61% from 255) = 39.2%

R = 33.18%
G = 27.62%
B = 39.2%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D7B3FE (or 0xD7B3FE) is known color: Mauve. HEX triplet: D7, B3 and FE. RGB value is (215,179,254). Sum of RGB (Red+Green+Blue) = 215+179+254=648 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.18% from 648); Green value is 179 (70.31% from 255 or 27.62% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7B3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B3FE is #284C01. Grayscale: #C6C6C6. Windows color (decimal): -2640898 or 16692183. OLE color: 16692183.

HSL color Cylindrical-coordinate representation of color #D7B3FE: hue angle of 268.8º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D7B3FE is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 215 179 254 -
CMYK 0.15 0.30 0 0.00
HSL 268.8º 0.97% 0.85% -
HSV(B) 268.8º 0.3% 1% -
XYZ 62.03 53.84 100.89 -
YUV 198.31 159.43 139.9 -
System Red Green Blue C M Y K H S L
Decimal 215 179 254 0.15 0.30 0 0.00 268.8 0.97 0.85
Hex D7 B3 FE F 1E 0 0 10D 61 55
Octal 327 263 376 17 36 0 0 415 141 125
Binary 11010111 10110011 11111110 1111 11110 0 0 100001101 1100001 1010101

Color Harmonies of #D7B3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B3FE

Black with #D7B3FE

Text Example


Text Example

White with #D7B3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B3FE; }

 p { color: rgb(215,179,254); }

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

background-color css

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

 a { background-color: rgb(215,179,254); }

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

border-color css

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

 span { border-color: rgb(215,179,254); }

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