Html Css Color HEX #D9B4FB Mauve

📋 copy color: '#D9B4FB'

red 217 ◦ green 180 ◦ blue 251

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

Shades of Mauve #D9B4FB

Tints of Mauve #D9B4FB

RGB

 RED value IS 217 (85.16% from 255) = 33.49%

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

 BLUE value IS 251 (98.44% from 255) = 38.73%

R = 33.49%
G = 27.78%
B = 38.73%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D9B4FB (or 0xD9B4FB) is known color: Mauve. HEX triplet: D9, B4 and FB. RGB value is (217,180,251). Sum of RGB (Red+Green+Blue) = 217+180+251=648 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.49% from 648); Green value is 180 (70.70% from 255 or 27.78% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #D9B4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B4FB is #264B04. Grayscale: #C6C6C6. Windows color (decimal): -2509573 or 16495833. OLE color: 16495833.

HSL color Cylindrical-coordinate representation of color #D9B4FB: hue angle of 271.27º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9B4FB is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 180 251 -
CMYK 0.14 0.28 0 0.02
HSL 271.27º 0.9% 0.85% -
HSV(B) 271.27º 0.28% 0.98% -
XYZ 62.35 54.36 98.47 -
YUV 199.16 157.26 140.73 -
System Red Green Blue C M Y K H S L
Decimal 217 180 251 0.14 0.28 0 0.02 271.27 0.9 0.85
Hex D9 B4 FB E 1C 0 2 10F 5A 55
Octal 331 264 373 16 34 0 2 417 132 125
Binary 11011001 10110100 11111011 1110 11100 0 10 100001111 1011010 1010101

Color Harmonies of #D9B4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B4FB

Black with #D9B4FB

Text Example


Text Example

White with #D9B4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B4FB; }

 p { color: rgb(217,180,251); }

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

background-color css

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

 a { background-color: rgb(217,180,251); }

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

border-color css

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

 span { border-color: rgb(217,180,251); }

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