Html Css Color HEX #D1B4F6 Mauve

📋 copy color: '#D1B4F6'

red 209 ◦ green 180 ◦ blue 246

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

Shades of Mauve #D1B4F6

Tints of Mauve #D1B4F6

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.35%

 BLUE value IS 246 (96.48% from 255) = 38.74%

R = 32.91%
G = 28.35%
B = 38.74%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D1B4F6 (or 0xD1B4F6) is known color: Mauve. HEX triplet: D1, B4 and F6. RGB value is (209,180,246). Sum of RGB (Red+Green+Blue) = 209+180+246=635 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.91% from 635); Green value is 180 (70.70% from 255 or 28.35% from 635); Blue value is 246 (96.48% from 255 or 38.74% from 635); Max value from RGB is 246 - color contains mainly: blue. Hex color #D1B4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B4F6 is #2E4B09. Grayscale: #C3C3C3. Windows color (decimal): -3033866 or 16168145. OLE color: 16168145.

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

Color convert

RGB 209 180 246 -
CMYK 0.15 0.27 0 0.04
HSL 266.36º 0.79% 0.84% -
HSV(B) 266.36º 0.27% 0.96% -
XYZ 59.25 52.85 94.27 -
YUV 196.2 156.11 137.13 -
System Red Green Blue C M Y K H S L
Decimal 209 180 246 0.15 0.27 0 0.04 266.36 0.79 0.84
Hex D1 B4 F6 F 1B 0 4 10A 4F 54
Octal 321 264 366 17 33 0 4 412 117 124
Binary 11010001 10110100 11110110 1111 11011 0 100 100001010 1001111 1010100

Color Harmonies of #D1B4F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B4F6

Black with #D1B4F6

Text Example


Text Example

White with #D1B4F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B4F6; }

 p { color: rgb(209,180,246); }

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

background-color css

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

 a { background-color: rgb(209,180,246); }

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

border-color css

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

 span { border-color: rgb(209,180,246); }

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