Html Css Color HEX #D7B8F6 Mauve

📋 copy color: '#D7B8F6'

red 215 ◦ green 184 ◦ blue 246

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

Shades of Mauve #D7B8F6

Tints of Mauve #D7B8F6

RGB

 RED value IS 215 (84.38% from 255) = 33.33%

 GREEN value IS 184 (72.27% from 255) = 28.53%

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

R = 33.33%
G = 28.53%
B = 38.14%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D7B8F6 (or 0xD7B8F6) is known color: Mauve. HEX triplet: D7, B8 and F6. RGB value is (215,184,246). Sum of RGB (Red+Green+Blue) = 215+184+246=645 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.33% from 645); Green value is 184 (72.27% from 255 or 28.53% from 645); Blue value is 246 (96.48% from 255 or 38.14% from 645); Max value from RGB is 246 - color contains mainly: blue. Hex color #D7B8F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B8F6 is #284709. Grayscale: #C8C8C8. Windows color (decimal): -2639626 or 16169175. OLE color: 16169175.

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

Color convert

RGB 215 184 246 -
CMYK 0.13 0.25 0 0.04
HSL 270º 0.78% 0.84% -
HSV(B) 270º 0.25% 0.96% -
XYZ 61.8 55.38 94.62 -
YUV 200.34 153.77 138.46 -
System Red Green Blue C M Y K H S L
Decimal 215 184 246 0.13 0.25 0 0.04 270 0.78 0.84
Hex D7 B8 F6 D 19 0 4 10E 4E 54
Octal 327 270 366 15 31 0 4 416 116 124
Binary 11010111 10111000 11110110 1101 11001 0 100 100001110 1001110 1010100

Color Harmonies of #D7B8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B8F6

Black with #D7B8F6

Text Example


Text Example

White with #D7B8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B8F6; }

 p { color: rgb(215,184,246); }

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

background-color css

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

 a { background-color: rgb(215,184,246); }

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

border-color css

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

 span { border-color: rgb(215,184,246); }

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