Html Css Color HEX #D7BBFE Mauve

📋 copy color: '#D7BBFE'

red 215 ◦ green 187 ◦ blue 254

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

Shades of Mauve #D7BBFE

Tints of Mauve #D7BBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.51%

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

R = 32.77%
G = 28.51%
B = 38.72%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D7BBFE (or 0xD7BBFE) is known color: Mauve. HEX triplet: D7, BB and FE. RGB value is (215,187,254). Sum of RGB (Red+Green+Blue) = 215+187+254=656 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.77% from 656); Green value is 187 (73.44% from 255 or 28.51% 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 #D7BBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BBFE is #284401. Grayscale: #CACACA. Windows color (decimal): -2638850 or 16694231. OLE color: 16694231.

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

Color convert

RGB 215 187 254 -
CMYK 0.15 0.26 0 0.00
HSL 265.07º 0.97% 0.86% -
HSV(B) 265.07º 0.26% 1% -
XYZ 63.68 57.14 101.44 -
YUV 203.01 156.78 136.55 -
System Red Green Blue C M Y K H S L
Decimal 215 187 254 0.15 0.26 0 0.00 265.07 0.97 0.86
Hex D7 BB FE F 1A 0 0 109 61 56
Octal 327 273 376 17 32 0 0 411 141 126
Binary 11010111 10111011 11111110 1111 11010 0 0 100001001 1100001 1010110

Color Harmonies of #D7BBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BBFE

Black with #D7BBFE

Text Example


Text Example

White with #D7BBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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