Html Css Color HEX #D7B2FA Mauve

📋 copy color: '#D7B2FA'

red 215 ◦ green 178 ◦ blue 250

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

Shades of Mauve #D7B2FA

Tints of Mauve #D7B2FA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.68%

 BLUE value IS 250 (98.05% from 255) = 38.88%

R = 33.44%
G = 27.68%
B = 38.88%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D7B2FA (or 0xD7B2FA) is known color: Mauve. HEX triplet: D7, B2 and FA. RGB value is (215,178,250). Sum of RGB (Red+Green+Blue) = 215+178+250=643 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.44% from 643); Green value is 178 (69.92% from 255 or 27.68% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #D7B2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7B2FA is #284D05. Grayscale: #C5C5C5. Windows color (decimal): -2641158 or 16429783. OLE color: 16429783.

HSL color Cylindrical-coordinate representation of color #D7B2FA: hue angle of 270.83º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D7B2FA is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 178 250 -
CMYK 0.14 0.29 0 0.02
HSL 270.83º 0.88% 0.84% -
HSV(B) 270.83º 0.29% 0.98% -
XYZ 61.2 53.19 97.48 -
YUV 197.27 157.76 140.65 -
System Red Green Blue C M Y K H S L
Decimal 215 178 250 0.14 0.29 0 0.02 270.83 0.88 0.84
Hex D7 B2 FA E 1D 0 2 10F 58 54
Octal 327 262 372 16 35 0 2 417 130 124
Binary 11010111 10110010 11111010 1110 11101 0 10 100001111 1011000 1010100

Color Harmonies of #D7B2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B2FA

Black with #D7B2FA

Text Example


Text Example

White with #D7B2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B2FA; }

 p { color: rgb(215,178,250); }

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

background-color css

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

 a { background-color: rgb(215,178,250); }

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

border-color css

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

 span { border-color: rgb(215,178,250); }

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