Html Css Color HEX #D6B0F6 Mauve

📋 copy color: '#D6B0F6'

red 214 ◦ green 176 ◦ blue 246

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

Shades of Mauve #D6B0F6

Tints of Mauve #D6B0F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.68%

R = 33.65%
G = 27.67%
B = 38.68%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D6B0F6 (or 0xD6B0F6) is known color: Mauve. HEX triplet: D6, B0 and F6. RGB value is (214,176,246). Sum of RGB (Red+Green+Blue) = 214+176+246=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 176 (69.14% from 255 or 27.67% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #D6B0F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6B0F6 is #294F09. Grayscale: #C3C3C3. Windows color (decimal): -2707210 or 16167126. OLE color: 16167126.

HSL color Cylindrical-coordinate representation of color #D6B0F6: hue angle of 272.57º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6B0F6 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 176 246 -
CMYK 0.13 0.28 0 0.04
HSL 272.57º 0.8% 0.83% -
HSV(B) 272.57º 0.28% 0.96% -
XYZ 59.89 52 94.07 -
YUV 195.34 156.59 141.31 -
System Red Green Blue C M Y K H S L
Decimal 214 176 246 0.13 0.28 0 0.04 272.57 0.8 0.83
Hex D6 B0 F6 D 1C 0 4 111 50 53
Octal 326 260 366 15 34 0 4 421 120 123
Binary 11010110 10110000 11110110 1101 11100 0 100 100010001 1010000 1010011

Color Harmonies of #D6B0F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B0F6

Black with #D6B0F6

Text Example


Text Example

White with #D6B0F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B0F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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