Html Css Color HEX #D6B7FB Mauve

📋 copy color: '#D6B7FB'

red 214 ◦ green 183 ◦ blue 251

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

Shades of Mauve #D6B7FB

Tints of Mauve #D6B7FB

RGB

 RED value IS 214 (83.98% from 255) = 33.02%

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

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

R = 33.02%
G = 28.24%
B = 38.73%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D6B7FB (or 0xD6B7FB) is known color: Mauve. HEX triplet: D6, B7 and FB. RGB value is (214,183,251). Sum of RGB (Red+Green+Blue) = 214+183+251=648 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.02% from 648); Green value is 183 (71.88% from 255 or 28.24% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6B7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B7FB is #294804. Grayscale: #C7C7C7. Windows color (decimal): -2705413 or 16496598. OLE color: 16496598.

HSL color Cylindrical-coordinate representation of color #D6B7FB: hue angle of 267.35º 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 #D6B7FB is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 183 251 -
CMYK 0.15 0.27 0 0.02
HSL 267.35º 0.89% 0.85% -
HSV(B) 267.35º 0.27% 0.98% -
XYZ 62.08 55.13 98.64 -
YUV 200.02 156.77 137.97 -
System Red Green Blue C M Y K H S L
Decimal 214 183 251 0.15 0.27 0 0.02 267.35 0.89 0.85
Hex D6 B7 FB F 1B 0 2 10B 59 55
Octal 326 267 373 17 33 0 2 413 131 125
Binary 11010110 10110111 11111011 1111 11011 0 10 100001011 1011001 1010101

Color Harmonies of #D6B7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B7FB

Black with #D6B7FB

Text Example


Text Example

White with #D6B7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B7FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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