Html Css Color HEX #D7B5FA Mauve

📋 copy color: '#D7B5FA'

red 215 ◦ green 181 ◦ blue 250

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

Shades of Mauve #D7B5FA

Tints of Mauve #D7B5FA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.02%

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

R = 33.28%
G = 28.02%
B = 38.7%

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

#D7B5FA (or 0xD7B5FA) is known color: Mauve. HEX triplet: D7, B5 and FA. RGB value is (215,181,250). Sum of RGB (Red+Green+Blue) = 215+181+250=646 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.28% from 646); Green value is 181 (71.09% from 255 or 28.02% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #D7B5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B5FA is #284A05. Grayscale: #C6C6C6. Windows color (decimal): -2640390 or 16430551. OLE color: 16430551.

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

Color convert

RGB 215 181 250 -
CMYK 0.14 0.28 0 0.02
HSL 269.57º 0.87% 0.85% -
HSV(B) 269.57º 0.28% 0.98% -
XYZ 61.8 54.4 97.68 -
YUV 199.03 156.76 139.39 -
System Red Green Blue C M Y K H S L
Decimal 215 181 250 0.14 0.28 0 0.02 269.57 0.87 0.85
Hex D7 B5 FA E 1C 0 2 10E 57 55
Octal 327 265 372 16 34 0 2 416 127 125
Binary 11010111 10110101 11111010 1110 11100 0 10 100001110 1010111 1010101

Color Harmonies of #D7B5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B5FA

Black with #D7B5FA

Text Example


Text Example

White with #D7B5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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