Html Css Color HEX #D7BAFE Mauve

📋 copy color: '#D7BAFE'

red 215 ◦ green 186 ◦ blue 254

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

Shades of Mauve #D7BAFE

Tints of Mauve #D7BAFE

RGB

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

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

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

R = 32.82%
G = 28.4%
B = 38.78%

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

#D7BAFE (or 0xD7BAFE) is known color: Mauve. HEX triplet: D7, BA and FE. RGB value is (215,186,254). Sum of RGB (Red+Green+Blue) = 215+186+254=655 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.82% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BAFE is #284501. Grayscale: #CACACA. Windows color (decimal): -2639106 or 16693975. OLE color: 16693975.

HSL color Cylindrical-coordinate representation of color #D7BAFE: hue angle of 265.59º 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 #D7BAFE is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 215 186 254 -
CMYK 0.15 0.27 0 0.00
HSL 265.59º 0.97% 0.86% -
HSV(B) 265.59º 0.27% 1% -
XYZ 63.47 56.72 101.37 -
YUV 202.42 157.11 136.97 -
System Red Green Blue C M Y K H S L
Decimal 215 186 254 0.15 0.27 0 0.00 265.59 0.97 0.86
Hex D7 BA FE F 1B 0 0 10A 61 56
Octal 327 272 376 17 33 0 0 412 141 126
Binary 11010111 10111010 11111110 1111 11011 0 0 100001010 1100001 1010110

Color Harmonies of #D7BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BAFE

Black with #D7BAFE

Text Example


Text Example

White with #D7BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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