Html Css Color HEX #D3B6FF Mauve

📋 copy color: '#D3B6FF'

red 211 ◦ green 182 ◦ blue 255

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

Shades of Mauve #D3B6FF

Tints of Mauve #D3B6FF

RGB

 RED value IS 211 (82.81% from 255) = 32.56%

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

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

R = 32.56%
G = 28.09%
B = 39.35%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D3B6FF (or 0xD3B6FF) is known color: Mauve. HEX triplet: D3, B6 and FF. RGB value is (211,182,255). Sum of RGB (Red+Green+Blue) = 211+182+255=648 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.56% from 648); Green value is 182 (71.48% from 255 or 28.09% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3B6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3B6FF is #2C4900. Grayscale: #C6C6C6. Windows color (decimal): -2902273 or 16758483. OLE color: 16758483.

HSL color Cylindrical-coordinate representation of color #D3B6FF: hue angle of 263.84º 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 #D3B6FF is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 211 182 255 -
CMYK 0.17 0.29 0 0
HSL 263.84º 1% 0.86% -
HSV(B) 263.84º 0.29% 1% -
XYZ 61.64 54.52 101.88 -
YUV 198.99 159.61 136.56 -
System Red Green Blue C M Y K H S L
Decimal 211 182 255 0.17 0.29 0 0 263.84 1 0.86
Hex D3 B6 FF 11 1D 0 0 108 64 56
Octal 323 266 377 21 35 0 0 410 144 126
Binary 11010011 10110110 11111111 10001 11101 0 0 100001000 1100100 1010110

Color Harmonies of #D3B6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B6FF

Black with #D3B6FF

Text Example


Text Example

White with #D3B6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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