Html Css Color HEX #D6B0F7 Mauve

📋 copy color: '#D6B0F7'

red 214 ◦ green 176 ◦ blue 247

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

Shades of Mauve #D6B0F7

Tints of Mauve #D6B0F7

RGB

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

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

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

R = 33.59%
G = 27.63%
B = 38.78%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D6B0F7 (or 0xD6B0F7) is known color: Mauve. HEX triplet: D6, B0 and F7. RGB value is (214,176,247). Sum of RGB (Red+Green+Blue) = 214+176+247=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 176 (69.14% from 255 or 27.63% from 637); Blue value is 247 (96.88% from 255 or 38.78% from 637); Max value from RGB is 247 - color contains mainly: blue. Hex color #D6B0F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6B0F7 is #294F08. Grayscale: #C3C3C3. Windows color (decimal): -2707209 or 16232662. OLE color: 16232662.

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

Color convert

RGB 214 176 247 -
CMYK 0.13 0.29 0 0.03
HSL 272.11º 0.82% 0.83% -
HSV(B) 272.11º 0.29% 0.97% -
XYZ 60.05 52.06 94.88 -
YUV 195.46 157.09 141.23 -
System Red Green Blue C M Y K H S L
Decimal 214 176 247 0.13 0.29 0 0.03 272.11 0.82 0.83
Hex D6 B0 F7 D 1D 0 3 110 52 53
Octal 326 260 367 15 35 0 3 420 122 123
Binary 11010110 10110000 11110111 1101 11101 0 11 100010000 1010010 1010011

Color Harmonies of #D6B0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B0F7

Black with #D6B0F7

Text Example


Text Example

White with #D6B0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B0F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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