Html Css Color HEX #D7B0FE Mauve

📋 copy color: '#D7B0FE'

red 215 ◦ green 176 ◦ blue 254

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

Shades of Mauve #D7B0FE

Tints of Mauve #D7B0FE

RGB

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

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

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

R = 33.33%
G = 27.29%
B = 39.38%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D7B0FE (or 0xD7B0FE) is known color: Mauve. HEX triplet: D7, B0 and FE. RGB value is (215,176,254). Sum of RGB (Red+Green+Blue) = 215+176+254=645 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.33% from 645); Green value is 176 (69.14% from 255 or 27.29% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7B0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7B0FE is #284F01. Grayscale: #C4C4C4. Windows color (decimal): -2641666 or 16691415. OLE color: 16691415.

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

Color convert

RGB 215 176 254 -
CMYK 0.15 0.31 0 0.00
HSL 270º 0.98% 0.84% -
HSV(B) 270º 0.31% 1% -
XYZ 61.44 52.65 100.69 -
YUV 196.55 160.42 141.16 -
System Red Green Blue C M Y K H S L
Decimal 215 176 254 0.15 0.31 0 0.00 270 0.98 0.84
Hex D7 B0 FE F 1F 0 0 10E 62 54
Octal 327 260 376 17 37 0 0 416 142 124
Binary 11010111 10110000 11111110 1111 11111 0 0 100001110 1100010 1010100

Color Harmonies of #D7B0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B0FE

Black with #D7B0FE

Text Example


Text Example

White with #D7B0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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