Html Css Color HEX #D7B7FB Mauve

📋 copy color: '#D7B7FB'

red 215 ◦ green 183 ◦ blue 251

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

Shades of Mauve #D7B7FB

Tints of Mauve #D7B7FB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 28.2%

 BLUE value IS 251 (98.44% from 255) = 38.67%

R = 33.13%
G = 28.2%
B = 38.67%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D7B7FB (or 0xD7B7FB) is known color: Mauve. HEX triplet: D7, B7 and FB. RGB value is (215,183,251). Sum of RGB (Red+Green+Blue) = 215+183+251=649 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.13% from 649); Green value is 183 (71.88% from 255 or 28.20% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #D7B7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B7FB is #284804. Grayscale: #C8C8C8. Windows color (decimal): -2639877 or 16496599. OLE color: 16496599.

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

Color convert

RGB 215 183 251 -
CMYK 0.14 0.27 0 0.02
HSL 268.24º 0.89% 0.85% -
HSV(B) 268.24º 0.27% 0.98% -
XYZ 62.37 55.28 98.65 -
YUV 200.32 156.6 138.47 -
System Red Green Blue C M Y K H S L
Decimal 215 183 251 0.14 0.27 0 0.02 268.24 0.89 0.85
Hex D7 B7 FB E 1B 0 2 10C 59 55
Octal 327 267 373 16 33 0 2 414 131 125
Binary 11010111 10110111 11111011 1110 11011 0 10 100001100 1011001 1010101

Color Harmonies of #D7B7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B7FB

Black with #D7B7FB

Text Example


Text Example

White with #D7B7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B7FB; }

 p { color: rgb(215,183,251); }

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

background-color css

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

 a { background-color: rgb(215,183,251); }

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

border-color css

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

 span { border-color: rgb(215,183,251); }

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