Html Css Color HEX #D6B0FA Mauve

📋 copy color: '#D6B0FA'

red 214 ◦ green 176 ◦ blue 250

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

Shades of Mauve #D6B0FA

Tints of Mauve #D6B0FA

RGB

 RED value IS 214 (83.98% from 255) = 33.44%

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

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

R = 33.44%
G = 27.5%
B = 39.06%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D6B0FA (or 0xD6B0FA) is known color: Mauve. HEX triplet: D6, B0 and FA. RGB value is (214,176,250). Sum of RGB (Red+Green+Blue) = 214+176+250=640 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.44% from 640); Green value is 176 (69.14% from 255 or 27.5% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6B0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6B0FA is #294F05. Grayscale: #C3C3C3. Windows color (decimal): -2707206 or 16429270. OLE color: 16429270.

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

Color convert

RGB 214 176 250 -
CMYK 0.14 0.30 0 0.02
HSL 270.81º 0.88% 0.84% -
HSV(B) 270.81º 0.3% 0.98% -
XYZ 60.51 52.25 97.34 -
YUV 195.8 158.59 140.98 -
System Red Green Blue C M Y K H S L
Decimal 214 176 250 0.14 0.30 0 0.02 270.81 0.88 0.84
Hex D6 B0 FA E 1E 0 2 10F 58 54
Octal 326 260 372 16 36 0 2 417 130 124
Binary 11010110 10110000 11111010 1110 11110 0 10 100001111 1011000 1010100

Color Harmonies of #D6B0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B0FA

Black with #D6B0FA

Text Example


Text Example

White with #D6B0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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