Html Css Color HEX #D9B7FA Mauve

📋 copy color: '#D9B7FA'

red 217 ◦ green 183 ◦ blue 250

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

Shades of Mauve #D9B7FA

Tints of Mauve #D9B7FA

RGB

 RED value IS 217 (85.16% from 255) = 33.38%

 GREEN value IS 183 (71.88% from 255) = 28.15%

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

R = 33.38%
G = 28.15%
B = 38.46%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D9B7FA (or 0xD9B7FA) is known color: Mauve. HEX triplet: D9, B7 and FA. RGB value is (217,183,250). Sum of RGB (Red+Green+Blue) = 217+183+250=650 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.38% from 650); Green value is 183 (71.88% from 255 or 28.15% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9B7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B7FA is #264805. Grayscale: #C8C8C8. Windows color (decimal): -2508806 or 16431065. OLE color: 16431065.

HSL color Cylindrical-coordinate representation of color #D9B7FA: hue angle of 270.45º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9B7FA is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 183 250 -
CMYK 0.13 0.27 0 0.02
HSL 270.45º 0.87% 0.85% -
HSV(B) 270.45º 0.27% 0.98% -
XYZ 62.8 55.52 97.85 -
YUV 200.8 155.76 139.55 -
System Red Green Blue C M Y K H S L
Decimal 217 183 250 0.13 0.27 0 0.02 270.45 0.87 0.85
Hex D9 B7 FA D 1B 0 2 10E 57 55
Octal 331 267 372 15 33 0 2 416 127 125
Binary 11011001 10110111 11111010 1101 11011 0 10 100001110 1010111 1010101

Color Harmonies of #D9B7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B7FA

Black with #D9B7FA

Text Example


Text Example

White with #D9B7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B7FA; }

 p { color: rgb(217,183,250); }

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

background-color css

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

 a { background-color: rgb(217,183,250); }

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

border-color css

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

 span { border-color: rgb(217,183,250); }

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