Html Css Color HEX #D9B0FA Mauve

📋 copy color: '#D9B0FA'

red 217 ◦ green 176 ◦ blue 250

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

Shades of Mauve #D9B0FA

Tints of Mauve #D9B0FA

RGB

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

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

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

R = 33.75%
G = 27.37%
B = 38.88%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D9B0FA (or 0xD9B0FA) is known color: Mauve. HEX triplet: D9, B0 and FA. RGB value is (217,176,250). Sum of RGB (Red+Green+Blue) = 217+176+250=643 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.75% from 643); Green value is 176 (69.14% from 255 or 27.37% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9B0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9B0FA is #264F05. Grayscale: #C4C4C4. Windows color (decimal): -2510598 or 16429273. OLE color: 16429273.

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

Color convert

RGB 217 176 250 -
CMYK 0.13 0.30 0 0.02
HSL 273.24º 0.88% 0.84% -
HSV(B) 273.24º 0.3% 0.98% -
XYZ 61.4 52.7 97.38 -
YUV 196.7 158.08 142.48 -
System Red Green Blue C M Y K H S L
Decimal 217 176 250 0.13 0.30 0 0.02 273.24 0.88 0.84
Hex D9 B0 FA D 1E 0 2 111 58 54
Octal 331 260 372 15 36 0 2 421 130 124
Binary 11011001 10110000 11111010 1101 11110 0 10 100010001 1011000 1010100

Color Harmonies of #D9B0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B0FA

Black with #D9B0FA

Text Example


Text Example

White with #D9B0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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