Html Css Color HEX #D8BAF6 Mauve

📋 copy color: '#D8BAF6'

red 216 ◦ green 186 ◦ blue 246

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

Shades of Mauve #D8BAF6

Tints of Mauve #D8BAF6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.7%

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

R = 33.33%
G = 28.7%
B = 37.96%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D8BAF6 (or 0xD8BAF6) is known color: Mauve. HEX triplet: D8, BA and F6. RGB value is (216,186,246). Sum of RGB (Red+Green+Blue) = 216+186+246=648 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.33% from 648); Green value is 186 (73.05% from 255 or 28.70% from 648); Blue value is 246 (96.48% from 255 or 37.96% from 648); Max value from RGB is 246 - color contains mainly: blue. Hex color #D8BAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BAF6 is #274509. Grayscale: #C9C9C9. Windows color (decimal): -2573578 or 16169688. OLE color: 16169688.

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

Color convert

RGB 216 186 246 -
CMYK 0.12 0.24 0 0.04
HSL 270º 0.77% 0.85% -
HSV(B) 270º 0.24% 0.96% -
XYZ 62.51 56.37 94.77 -
YUV 201.81 152.94 138.12 -
System Red Green Blue C M Y K H S L
Decimal 216 186 246 0.12 0.24 0 0.04 270 0.77 0.85
Hex D8 BA F6 C 18 0 4 10E 4D 55
Octal 330 272 366 14 30 0 4 416 115 125
Binary 11011000 10111010 11110110 1100 11000 0 100 100001110 1001101 1010101

Color Harmonies of #D8BAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BAF6

Black with #D8BAF6

Text Example


Text Example

White with #D8BAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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