Html Css Color HEX #D7B0EE Mauve

📋 copy color: '#D7B0EE'

red 215 ◦ green 176 ◦ blue 238

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

Shades of Mauve #D7B0EE

Tints of Mauve #D7B0EE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.98%

 BLUE value IS 238 (93.36% from 255) = 37.84%

R = 34.18%
G = 27.98%
B = 37.84%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D7B0EE (or 0xD7B0EE) is known color: Mauve. HEX triplet: D7, B0 and EE. RGB value is (215,176,238). Sum of RGB (Red+Green+Blue) = 215+176+238=629 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.18% from 629); Green value is 176 (69.14% from 255 or 27.98% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #D7B0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7B0EE is #284F11. Grayscale: #C2C2C2. Windows color (decimal): -2641682 or 15642839. OLE color: 15642839.

HSL color Cylindrical-coordinate representation of color #D7B0EE: hue angle of 277.74º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7B0EE is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 176 238 -
CMYK 0.10 0.26 0 0.07
HSL 277.74º 0.65% 0.81% -
HSV(B) 277.74º 0.26% 0.93% -
XYZ 58.98 51.67 87.75 -
YUV 194.73 152.42 142.46 -
System Red Green Blue C M Y K H S L
Decimal 215 176 238 0.10 0.26 0 0.07 277.74 0.65 0.81
Hex D7 B0 EE A 1A 0 7 116 41 51
Octal 327 260 356 12 32 0 7 426 101 121
Binary 11010111 10110000 11101110 1010 11010 0 111 100010110 1000001 1010001

Color Harmonies of #D7B0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B0EE

Black with #D7B0EE

Text Example


Text Example

White with #D7B0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B0EE; }

 p { color: rgb(215,176,238); }

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

background-color css

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

 a { background-color: rgb(215,176,238); }

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

border-color css

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

 span { border-color: rgb(215,176,238); }

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