Html Css Color HEX #D0B1FA Mauve

📋 copy color: '#D0B1FA'

red 208 ◦ green 177 ◦ blue 250

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

Shades of Mauve #D0B1FA

Tints of Mauve #D0B1FA

RGB

 RED value IS 208 (81.64% from 255) = 32.76%

 GREEN value IS 177 (69.53% from 255) = 27.87%

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

R = 32.76%
G = 27.87%
B = 39.37%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D0B1FA (or 0xD0B1FA) is known color: Mauve. HEX triplet: D0, B1 and FA. RGB value is (208,177,250). Sum of RGB (Red+Green+Blue) = 208+177+250=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 177 (69.53% from 255 or 27.87% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0B1FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0B1FA is #2F4E05. Grayscale: #C2C2C2. Windows color (decimal): -3100166 or 16429520. OLE color: 16429520.

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

Color convert

RGB 208 177 250 -
CMYK 0.17 0.29 0 0.02
HSL 265.48º 0.88% 0.84% -
HSV(B) 265.48º 0.29% 0.98% -
XYZ 58.99 51.76 97.32 -
YUV 194.59 159.27 137.56 -
System Red Green Blue C M Y K H S L
Decimal 208 177 250 0.17 0.29 0 0.02 265.48 0.88 0.84
Hex D0 B1 FA 11 1D 0 2 109 58 54
Octal 320 261 372 21 35 0 2 411 130 124
Binary 11010000 10110001 11111010 10001 11101 0 10 100001001 1011000 1010100

Color Harmonies of #D0B1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B1FA

Black with #D0B1FA

Text Example


Text Example

White with #D0B1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B1FA; }

 p { color: rgb(208,177,250); }

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

background-color css

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

 a { background-color: rgb(208,177,250); }

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

border-color css

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

 span { border-color: rgb(208,177,250); }

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