Html Css Color HEX #D6B0F3 Mauve

📋 copy color: '#D6B0F3'

red 214 ◦ green 176 ◦ blue 243

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

Shades of Mauve #D6B0F3

Tints of Mauve #D6B0F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.39%

R = 33.81%
G = 27.8%
B = 38.39%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D6B0F3 (or 0xD6B0F3) is known color: Mauve. HEX triplet: D6, B0 and F3. RGB value is (214,176,243). Sum of RGB (Red+Green+Blue) = 214+176+243=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 176 (69.14% from 255 or 27.80% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 243 - color contains mainly: blue. Hex color #D6B0F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6B0F3 is #294F0C. Grayscale: #C2C2C2. Windows color (decimal): -2707213 or 15970518. OLE color: 15970518.

HSL color Cylindrical-coordinate representation of color #D6B0F3: hue angle of 274.03º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6B0F3 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 176 243 -
CMYK 0.12 0.28 0 0.05
HSL 274.03º 0.74% 0.82% -
HSV(B) 274.03º 0.28% 0.95% -
XYZ 59.43 51.82 91.66 -
YUV 195 155.09 141.55 -
System Red Green Blue C M Y K H S L
Decimal 214 176 243 0.12 0.28 0 0.05 274.03 0.74 0.82
Hex D6 B0 F3 C 1C 0 5 112 4A 52
Octal 326 260 363 14 34 0 5 422 112 122
Binary 11010110 10110000 11110011 1100 11100 0 101 100010010 1001010 1010010

Color Harmonies of #D6B0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B0F3

Black with #D6B0F3

Text Example


Text Example

White with #D6B0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B0F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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