Html Css Color HEX #D9B6FF Mauve

📋 copy color: '#D9B6FF'

red 217 ◦ green 182 ◦ blue 255

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

Shades of Mauve #D9B6FF

Tints of Mauve #D9B6FF

RGB

 RED value IS 217 (85.16% from 255) = 33.18%

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

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

R = 33.18%
G = 27.83%
B = 38.99%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D9B6FF (or 0xD9B6FF) is known color: Mauve. HEX triplet: D9, B6 and FF. RGB value is (217,182,255). Sum of RGB (Red+Green+Blue) = 217+182+255=654 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.18% from 654); Green value is 182 (71.48% from 255 or 27.83% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9B6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B6FF is #264900. Grayscale: #C8C8C8. Windows color (decimal): -2509057 or 16758489. OLE color: 16758489.

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

Color convert

RGB 217 182 255 -
CMYK 0.15 0.29 0 0
HSL 268.77º 1% 0.86% -
HSV(B) 268.77º 0.29% 1% -
XYZ 63.39 55.43 101.97 -
YUV 200.79 158.6 139.56 -
System Red Green Blue C M Y K H S L
Decimal 217 182 255 0.15 0.29 0 0 268.77 1 0.86
Hex D9 B6 FF F 1D 0 0 10D 64 56
Octal 331 266 377 17 35 0 0 415 144 126
Binary 11011001 10110110 11111111 1111 11101 0 0 100001101 1100100 1010110

Color Harmonies of #D9B6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B6FF

Black with #D9B6FF

Text Example


Text Example

White with #D9B6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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