Html Css Color HEX #D8B5F6 Mauve

📋 copy color: '#D8B5F6'

red 216 ◦ green 181 ◦ blue 246

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

Shades of Mauve #D8B5F6

Tints of Mauve #D8B5F6

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.15%

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

R = 33.59%
G = 28.15%
B = 38.26%

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

#D8B5F6 (or 0xD8B5F6) is known color: Mauve. HEX triplet: D8, B5 and F6. RGB value is (216,181,246). Sum of RGB (Red+Green+Blue) = 216+181+246=643 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.59% from 643); Green value is 181 (71.09% from 255 or 28.15% from 643); Blue value is 246 (96.48% from 255 or 38.26% from 643); Max value from RGB is 246 - color contains mainly: blue. Hex color #D8B5F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8B5F6 is #274A09. Grayscale: #C6C6C6. Windows color (decimal): -2574858 or 16168408. OLE color: 16168408.

HSL color Cylindrical-coordinate representation of color #D8B5F6: hue angle of 272.31º 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 #D8B5F6 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 216 181 246 -
CMYK 0.12 0.26 0 0.04
HSL 272.31º 0.78% 0.84% -
HSV(B) 272.31º 0.26% 0.96% -
XYZ 61.48 54.3 94.43 -
YUV 198.88 154.6 140.21 -
System Red Green Blue C M Y K H S L
Decimal 216 181 246 0.12 0.26 0 0.04 272.31 0.78 0.84
Hex D8 B5 F6 C 1A 0 4 110 4E 54
Octal 330 265 366 14 32 0 4 420 116 124
Binary 11011000 10110101 11110110 1100 11010 0 100 100010000 1001110 1010100

Color Harmonies of #D8B5F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B5F6

Black with #D8B5F6

Text Example


Text Example

White with #D8B5F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B5F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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