Html Css Color HEX #D7B3FA Mauve

📋 copy color: '#D7B3FA'

red 215 ◦ green 179 ◦ blue 250

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

Shades of Mauve #D7B3FA

Tints of Mauve #D7B3FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.82%

R = 33.39%
G = 27.8%
B = 38.82%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D7B3FA (or 0xD7B3FA) is known color: Mauve. HEX triplet: D7, B3 and FA. RGB value is (215,179,250). Sum of RGB (Red+Green+Blue) = 215+179+250=644 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.39% from 644); Green value is 179 (70.31% from 255 or 27.80% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #D7B3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B3FA is #284C05. Grayscale: #C5C5C5. Windows color (decimal): -2640902 or 16430039. OLE color: 16430039.

HSL color Cylindrical-coordinate representation of color #D7B3FA: hue angle of 270.42º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D7B3FA is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 179 250 -
CMYK 0.14 0.28 0 0.02
HSL 270.42º 0.88% 0.84% -
HSV(B) 270.42º 0.28% 0.98% -
XYZ 61.4 53.59 97.55 -
YUV 197.86 157.43 140.23 -
System Red Green Blue C M Y K H S L
Decimal 215 179 250 0.14 0.28 0 0.02 270.42 0.88 0.84
Hex D7 B3 FA E 1C 0 2 10E 58 54
Octal 327 263 372 16 34 0 2 416 130 124
Binary 11010111 10110011 11111010 1110 11100 0 10 100001110 1011000 1010100

Color Harmonies of #D7B3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B3FA

Black with #D7B3FA

Text Example


Text Example

White with #D7B3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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