Html Css Color HEX #D1B0F5 Mauve

📋 copy color: '#D1B0F5'

red 209 ◦ green 176 ◦ blue 245

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

Shades of Mauve #D1B0F5

Tints of Mauve #D1B0F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.89%

R = 33.17%
G = 27.94%
B = 38.89%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D1B0F5 (or 0xD1B0F5) is known color: Mauve. HEX triplet: D1, B0 and F5. RGB value is (209,176,245). Sum of RGB (Red+Green+Blue) = 209+176+245=630 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.17% from 630); Green value is 176 (69.14% from 255 or 27.94% from 630); Blue value is 245 (96.09% from 255 or 38.89% from 630); Max value from RGB is 245 - color contains mainly: blue. Hex color #D1B0F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1B0F5 is #2E4F0A. Grayscale: #C1C1C1. Windows color (decimal): -3034891 or 16101585. OLE color: 16101585.

HSL color Cylindrical-coordinate representation of color #D1B0F5: hue angle of 268.7º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D1B0F5 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 209 176 245 -
CMYK 0.15 0.28 0 0.04
HSL 268.7º 0.78% 0.83% -
HSV(B) 268.7º 0.28% 0.96% -
XYZ 58.3 51.2 93.2 -
YUV 193.73 156.93 138.89 -
System Red Green Blue C M Y K H S L
Decimal 209 176 245 0.15 0.28 0 0.04 268.7 0.78 0.83
Hex D1 B0 F5 F 1C 0 4 10D 4E 53
Octal 321 260 365 17 34 0 4 415 116 123
Binary 11010001 10110000 11110101 1111 11100 0 100 100001101 1001110 1010011

Color Harmonies of #D1B0F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B0F5

Black with #D1B0F5

Text Example


Text Example

White with #D1B0F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B0F5; }

 p { color: rgb(209,176,245); }

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

background-color css

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

 a { background-color: rgb(209,176,245); }

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

border-color css

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

 span { border-color: rgb(209,176,245); }

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