Html Css Color HEX #D7B5F0 Mauve

📋 copy color: '#D7B5F0'

red 215 ◦ green 181 ◦ blue 240

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

Shades of Mauve #D7B5F0

Tints of Mauve #D7B5F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.74%

R = 33.81%
G = 28.46%
B = 37.74%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D7B5F0 (or 0xD7B5F0) is known color: Mauve. HEX triplet: D7, B5 and F0. RGB value is (215,181,240). Sum of RGB (Red+Green+Blue) = 215+181+240=636 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.81% from 636); Green value is 181 (71.09% from 255 or 28.46% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #D7B5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B5F0 is #284A0F. Grayscale: #C5C5C5. Windows color (decimal): -2640400 or 15775191. OLE color: 15775191.

HSL color Cylindrical-coordinate representation of color #D7B5F0: hue angle of 274.58º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D7B5F0 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 181 240 -
CMYK 0.10 0.25 0 0.06
HSL 274.58º 0.66% 0.83% -
HSV(B) 274.58º 0.25% 0.94% -
XYZ 60.28 53.79 89.64 -
YUV 197.89 151.76 140.2 -
System Red Green Blue C M Y K H S L
Decimal 215 181 240 0.10 0.25 0 0.06 274.58 0.66 0.83
Hex D7 B5 F0 A 19 0 6 113 42 53
Octal 327 265 360 12 31 0 6 423 102 123
Binary 11010111 10110101 11110000 1010 11001 0 110 100010011 1000010 1010011

Color Harmonies of #D7B5F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B5F0

Black with #D7B5F0

Text Example


Text Example

White with #D7B5F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B5F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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