Html Css Color HEX #D3B0F7 Mauve

📋 copy color: '#D3B0F7'

red 211 ◦ green 176 ◦ blue 247

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

Shades of Mauve #D3B0F7

Tints of Mauve #D3B0F7

RGB

 RED value IS 211 (82.81% from 255) = 33.28%

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

 BLUE value IS 247 (96.88% from 255) = 38.96%

R = 33.28%
G = 27.76%
B = 38.96%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D3B0F7 (or 0xD3B0F7) is known color: Mauve. HEX triplet: D3, B0 and F7. RGB value is (211,176,247). Sum of RGB (Red+Green+Blue) = 211+176+247=634 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.28% from 634); Green value is 176 (69.14% from 255 or 27.76% from 634); Blue value is 247 (96.88% from 255 or 38.96% from 634); Max value from RGB is 247 - color contains mainly: blue. Hex color #D3B0F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3B0F7 is #2C4F08. Grayscale: #C2C2C2. Windows color (decimal): -2903817 or 16232659. OLE color: 16232659.

HSL color Cylindrical-coordinate representation of color #D3B0F7: hue angle of 269.58º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D3B0F7 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 211 176 247 -
CMYK 0.15 0.29 0 0.03
HSL 269.58º 0.82% 0.83% -
HSV(B) 269.58º 0.29% 0.97% -
XYZ 59.18 51.61 94.84 -
YUV 194.56 157.6 139.73 -
System Red Green Blue C M Y K H S L
Decimal 211 176 247 0.15 0.29 0 0.03 269.58 0.82 0.83
Hex D3 B0 F7 F 1D 0 3 10E 52 53
Octal 323 260 367 17 35 0 3 416 122 123
Binary 11010011 10110000 11110111 1111 11101 0 11 100001110 1010010 1010011

Color Harmonies of #D3B0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B0F7

Black with #D3B0F7

Text Example


Text Example

White with #D3B0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B0F7; }

 p { color: rgb(211,176,247); }

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

background-color css

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

 a { background-color: rgb(211,176,247); }

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

border-color css

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

 span { border-color: rgb(211,176,247); }

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