Html Css Color HEX #D1B3F9 Mauve

📋 copy color: '#D1B3F9'

red 209 ◦ green 179 ◦ blue 249

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

Shades of Mauve #D1B3F9

Tints of Mauve #D1B3F9

RGB

 RED value IS 209 (82.03% from 255) = 32.81%

 GREEN value IS 179 (70.31% from 255) = 28.1%

 BLUE value IS 249 (97.66% from 255) = 39.09%

R = 32.81%
G = 28.1%
B = 39.09%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D1B3F9 (or 0xD1B3F9) is known color: Mauve. HEX triplet: D1, B3 and F9. RGB value is (209,179,249). Sum of RGB (Red+Green+Blue) = 209+179+249=637 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.81% from 637); Green value is 179 (70.31% from 255 or 28.10% from 637); Blue value is 249 (97.66% from 255 or 39.09% from 637); Max value from RGB is 249 - color contains mainly: blue. Hex color #D1B3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B3F9 is #2E4C06. Grayscale: #C3C3C3. Windows color (decimal): -3034119 or 16364497. OLE color: 16364497.

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

Color convert

RGB 209 179 249 -
CMYK 0.16 0.28 0 0.02
HSL 265.71º 0.85% 0.84% -
HSV(B) 265.71º 0.28% 0.98% -
XYZ 59.51 52.64 96.65 -
YUV 195.95 157.94 137.31 -
System Red Green Blue C M Y K H S L
Decimal 209 179 249 0.16 0.28 0 0.02 265.71 0.85 0.84
Hex D1 B3 F9 10 1C 0 2 10A 55 54
Octal 321 263 371 20 34 0 2 412 125 124
Binary 11010001 10110011 11111001 10000 11100 0 10 100001010 1010101 1010100

Color Harmonies of #D1B3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B3F9

Black with #D1B3F9

Text Example


Text Example

White with #D1B3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B3F9; }

 p { color: rgb(209,179,249); }

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

background-color css

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

 a { background-color: rgb(209,179,249); }

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

border-color css

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

 span { border-color: rgb(209,179,249); }

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