Html Css Color HEX #D8B6F1 Mauve

📋 copy color: '#D8B6F1'

red 216 ◦ green 182 ◦ blue 241

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

Shades of Mauve #D8B6F1

Tints of Mauve #D8B6F1

RGB

 RED value IS 216 (84.77% from 255) = 33.8%

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

 BLUE value IS 241 (94.53% from 255) = 37.72%

R = 33.8%
G = 28.48%
B = 37.72%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D8B6F1 (or 0xD8B6F1) is known color: Mauve. HEX triplet: D8, B6 and F1. RGB value is (216,182,241). Sum of RGB (Red+Green+Blue) = 216+182+241=639 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.80% from 639); Green value is 182 (71.48% from 255 or 28.48% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8B6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8B6F1 is #27490E. Grayscale: #C6C6C6. Windows color (decimal): -2574607 or 15840984. OLE color: 15840984.

HSL color Cylindrical-coordinate representation of color #D8B6F1: hue angle of 274.58º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8B6F1 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 182 241 -
CMYK 0.10 0.24 0 0.05
HSL 274.58º 0.68% 0.83% -
HSV(B) 274.58º 0.24% 0.95% -
XYZ 60.92 54.41 90.51 -
YUV 198.89 151.76 140.2 -
System Red Green Blue C M Y K H S L
Decimal 216 182 241 0.10 0.24 0 0.05 274.58 0.68 0.83
Hex D8 B6 F1 A 18 0 5 113 44 53
Octal 330 266 361 12 30 0 5 423 104 123
Binary 11011000 10110110 11110001 1010 11000 0 101 100010011 1000100 1010011

Color Harmonies of #D8B6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B6F1

Black with #D8B6F1

Text Example


Text Example

White with #D8B6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B6F1; }

 p { color: rgb(216,182,241); }

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

background-color css

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

 a { background-color: rgb(216,182,241); }

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

border-color css

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

 span { border-color: rgb(216,182,241); }

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