Html Css Color HEX #D9B5FA Mauve

📋 copy color: '#D9B5FA'

red 217 ◦ green 181 ◦ blue 250

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

Shades of Mauve #D9B5FA

Tints of Mauve #D9B5FA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.93%

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

R = 33.49%
G = 27.93%
B = 38.58%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D9B5FA (or 0xD9B5FA) is known color: Mauve. HEX triplet: D9, B5 and FA. RGB value is (217,181,250). Sum of RGB (Red+Green+Blue) = 217+181+250=648 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.49% from 648); Green value is 181 (71.09% from 255 or 27.93% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9B5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B5FA is #264A05. Grayscale: #C7C7C7. Windows color (decimal): -2509318 or 16430553. OLE color: 16430553.

HSL color Cylindrical-coordinate representation of color #D9B5FA: hue angle of 271.3º degrees, saturation: 0.87, 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 #D9B5FA is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 181 250 -
CMYK 0.13 0.28 0 0.02
HSL 271.3º 0.87% 0.85% -
HSV(B) 271.3º 0.28% 0.98% -
XYZ 62.39 54.7 97.71 -
YUV 199.63 156.43 140.39 -
System Red Green Blue C M Y K H S L
Decimal 217 181 250 0.13 0.28 0 0.02 271.3 0.87 0.85
Hex D9 B5 FA D 1C 0 2 10F 57 55
Octal 331 265 372 15 34 0 2 417 127 125
Binary 11011001 10110101 11111010 1101 11100 0 10 100001111 1010111 1010101

Color Harmonies of #D9B5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B5FA

Black with #D9B5FA

Text Example


Text Example

White with #D9B5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B5FA; }

 p { color: rgb(217,181,250); }

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

background-color css

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

 a { background-color: rgb(217,181,250); }

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

border-color css

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

 span { border-color: rgb(217,181,250); }

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