Html Css Color HEX #D8B6F6 Mauve

📋 copy color: '#D8B6F6'

red 216 ◦ green 182 ◦ blue 246

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

Shades of Mauve #D8B6F6

Tints of Mauve #D8B6F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.2%

R = 33.54%
G = 28.26%
B = 38.2%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D8B6F6 (or 0xD8B6F6) is known color: Mauve. HEX triplet: D8, B6 and F6. RGB value is (216,182,246). Sum of RGB (Red+Green+Blue) = 216+182+246=644 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.54% from 644); Green value is 182 (71.48% from 255 or 28.26% from 644); Blue value is 246 (96.48% from 255 or 38.20% from 644); Max value from RGB is 246 - color contains mainly: blue. Hex color #D8B6F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8B6F6 is #274909. Grayscale: #C7C7C7. Windows color (decimal): -2574602 or 16168664. OLE color: 16168664.

HSL color Cylindrical-coordinate representation of color #D8B6F6: hue angle of 271.88º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8B6F6 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 216 182 246 -
CMYK 0.12 0.26 0 0.04
HSL 271.88º 0.78% 0.84% -
HSV(B) 271.88º 0.26% 0.96% -
XYZ 61.68 54.71 94.5 -
YUV 199.46 154.26 139.8 -
System Red Green Blue C M Y K H S L
Decimal 216 182 246 0.12 0.26 0 0.04 271.88 0.78 0.84
Hex D8 B6 F6 C 1A 0 4 110 4E 54
Octal 330 266 366 14 32 0 4 420 116 124
Binary 11011000 10110110 11110110 1100 11010 0 100 100010000 1001110 1010100

Color Harmonies of #D8B6F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B6F6

Black with #D8B6F6

Text Example


Text Example

White with #D8B6F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B6F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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