Html Css Color HEX #D7B6FF Mauve

📋 copy color: '#D7B6FF'

red 215 ◦ green 182 ◦ blue 255

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

Shades of Mauve #D7B6FF

Tints of Mauve #D7B6FF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.91%

 BLUE value IS 255 (100% from 255) = 39.11%

R = 32.98%
G = 27.91%
B = 39.11%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D7B6FF (or 0xD7B6FF) is known color: Mauve. HEX triplet: D7, B6 and FF. RGB value is (215,182,255). Sum of RGB (Red+Green+Blue) = 215+182+255=652 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.98% from 652); Green value is 182 (71.48% from 255 or 27.91% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7B6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B6FF is #284900. Grayscale: #C7C7C7. Windows color (decimal): -2640129 or 16758487. OLE color: 16758487.

HSL color Cylindrical-coordinate representation of color #D7B6FF: hue angle of 267.12º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D7B6FF is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 215 182 255 -
CMYK 0.16 0.29 0 0
HSL 267.12º 1% 0.86% -
HSV(B) 267.12º 0.29% 1% -
XYZ 62.8 55.12 101.94 -
YUV 200.19 158.93 138.56 -
System Red Green Blue C M Y K H S L
Decimal 215 182 255 0.16 0.29 0 0 267.12 1 0.86
Hex D7 B6 FF 10 1D 0 0 10B 64 56
Octal 327 266 377 20 35 0 0 413 144 126
Binary 11010111 10110110 11111111 10000 11101 0 0 100001011 1100100 1010110

Color Harmonies of #D7B6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B6FF

Black with #D7B6FF

Text Example


Text Example

White with #D7B6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B6FF; }

 p { color: rgb(215,182,255); }

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

background-color css

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

 a { background-color: rgb(215,182,255); }

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

border-color css

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

 span { border-color: rgb(215,182,255); }

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