Html Css Color HEX #D8BAFE Mauve

📋 copy color: '#D8BAFE'

red 216 ◦ green 186 ◦ blue 254

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

Shades of Mauve #D8BAFE

Tints of Mauve #D8BAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.72%

R = 32.93%
G = 28.35%
B = 38.72%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D8BAFE (or 0xD8BAFE) is known color: Mauve. HEX triplet: D8, BA and FE. RGB value is (216,186,254). Sum of RGB (Red+Green+Blue) = 216+186+254=656 (86% of max value = 765). Red value is 216 (84.77% from 255 or 32.93% from 656); Green value is 186 (73.05% from 255 or 28.35% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BAFE is #274501. Grayscale: #CACACA. Windows color (decimal): -2573570 or 16693976. OLE color: 16693976.

HSL color Cylindrical-coordinate representation of color #D8BAFE: hue angle of 266.47º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D8BAFE is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 216 186 254 -
CMYK 0.15 0.27 0 0.00
HSL 266.47º 0.97% 0.86% -
HSV(B) 266.47º 0.27% 1% -
XYZ 63.77 56.87 101.38 -
YUV 202.72 156.94 137.47 -
System Red Green Blue C M Y K H S L
Decimal 216 186 254 0.15 0.27 0 0.00 266.47 0.97 0.86
Hex D8 BA FE F 1B 0 0 10A 61 56
Octal 330 272 376 17 33 0 0 412 141 126
Binary 11011000 10111010 11111110 1111 11011 0 0 100001010 1100001 1010110

Color Harmonies of #D8BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BAFE

Black with #D8BAFE

Text Example


Text Example

White with #D8BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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