Html Css Color HEX #D1B3F2 Mauve

📋 copy color: '#D1B3F2'

red 209 ◦ green 179 ◦ blue 242

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

Shades of Mauve #D1B3F2

Tints of Mauve #D1B3F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.41%

R = 33.17%
G = 28.41%
B = 38.41%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D1B3F2 (or 0xD1B3F2) is known color: Mauve. HEX triplet: D1, B3 and F2. RGB value is (209,179,242). Sum of RGB (Red+Green+Blue) = 209+179+242=630 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.17% from 630); Green value is 179 (70.31% from 255 or 28.41% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #D1B3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B3F2 is #2E4C0D. Grayscale: #C2C2C2. Windows color (decimal): -3034126 or 15905745. OLE color: 15905745.

HSL color Cylindrical-coordinate representation of color #D1B3F2: hue angle of 268.57º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1B3F2 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 179 242 -
CMYK 0.14 0.26 0 0.05
HSL 268.57º 0.71% 0.83% -
HSV(B) 268.57º 0.26% 0.95% -
XYZ 58.44 52.21 91 -
YUV 195.15 154.44 137.88 -
System Red Green Blue C M Y K H S L
Decimal 209 179 242 0.14 0.26 0 0.05 268.57 0.71 0.83
Hex D1 B3 F2 E 1A 0 5 10D 47 53
Octal 321 263 362 16 32 0 5 415 107 123
Binary 11010001 10110011 11110010 1110 11010 0 101 100001101 1000111 1010011

Color Harmonies of #D1B3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B3F2

Black with #D1B3F2

Text Example


Text Example

White with #D1B3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B3F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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