Html Css Color HEX #D1B2FA Mauve

📋 copy color: '#D1B2FA'

red 209 ◦ green 178 ◦ blue 250

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

Shades of Mauve #D1B2FA

Tints of Mauve #D1B2FA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.94%

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

R = 32.81%
G = 27.94%
B = 39.25%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D1B2FA (or 0xD1B2FA) is known color: Mauve. HEX triplet: D1, B2 and FA. RGB value is (209,178,250). Sum of RGB (Red+Green+Blue) = 209+178+250=637 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.81% from 637); Green value is 178 (69.92% from 255 or 27.94% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1B2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1B2FA is #2E4D05. Grayscale: #C3C3C3. Windows color (decimal): -3034374 or 16429777. OLE color: 16429777.

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

Color convert

RGB 209 178 250 -
CMYK 0.16 0.29 0 0.02
HSL 265.83º 0.88% 0.84% -
HSV(B) 265.83º 0.29% 0.98% -
XYZ 59.47 52.3 97.4 -
YUV 195.48 158.77 137.65 -
System Red Green Blue C M Y K H S L
Decimal 209 178 250 0.16 0.29 0 0.02 265.83 0.88 0.84
Hex D1 B2 FA 10 1D 0 2 10A 58 54
Octal 321 262 372 20 35 0 2 412 130 124
Binary 11010001 10110010 11111010 10000 11101 0 10 100001010 1011000 1010100

Color Harmonies of #D1B2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B2FA

Black with #D1B2FA

Text Example


Text Example

White with #D1B2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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