Html Css Color HEX #D1B0FA Mauve

📋 copy color: '#D1B0FA'

red 209 ◦ green 176 ◦ blue 250

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

Shades of Mauve #D1B0FA

Tints of Mauve #D1B0FA

RGB

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

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

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

R = 32.91%
G = 27.72%
B = 39.37%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D1B0FA (or 0xD1B0FA) is known color: Mauve. HEX triplet: D1, B0 and FA. RGB value is (209,176,250). Sum of RGB (Red+Green+Blue) = 209+176+250=635 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.91% from 635); Green value is 176 (69.14% from 255 or 27.72% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1B0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1B0FA is #2E4F05. Grayscale: #C2C2C2. Windows color (decimal): -3034886 or 16429265. OLE color: 16429265.

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

Color convert

RGB 209 176 250 -
CMYK 0.16 0.30 0 0.02
HSL 266.76º 0.88% 0.84% -
HSV(B) 266.76º 0.3% 0.98% -
XYZ 59.08 51.51 97.27 -
YUV 194.3 159.43 138.48 -
System Red Green Blue C M Y K H S L
Decimal 209 176 250 0.16 0.30 0 0.02 266.76 0.88 0.84
Hex D1 B0 FA 10 1E 0 2 10B 58 54
Octal 321 260 372 20 36 0 2 413 130 124
Binary 11010001 10110000 11111010 10000 11110 0 10 100001011 1011000 1010100

Color Harmonies of #D1B0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B0FA

Black with #D1B0FA

Text Example


Text Example

White with #D1B0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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