Html Css Color HEX #D6B0F9 Mauve

📋 copy color: '#D6B0F9'

red 214 ◦ green 176 ◦ blue 249

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

Shades of Mauve #D6B0F9

Tints of Mauve #D6B0F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 38.97%

R = 33.49%
G = 27.54%
B = 38.97%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D6B0F9 (or 0xD6B0F9) is known color: Mauve. HEX triplet: D6, B0 and F9. RGB value is (214,176,249). Sum of RGB (Red+Green+Blue) = 214+176+249=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 176 (69.14% from 255 or 27.54% from 639); Blue value is 249 (97.66% from 255 or 38.97% from 639); Max value from RGB is 249 - color contains mainly: blue. Hex color #D6B0F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6B0F9 is #294F06. Grayscale: #C3C3C3. Windows color (decimal): -2707207 or 16363734. OLE color: 16363734.

HSL color Cylindrical-coordinate representation of color #D6B0F9: hue angle of 271.23º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6B0F9 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 176 249 -
CMYK 0.14 0.29 0 0.02
HSL 271.23º 0.86% 0.83% -
HSV(B) 271.23º 0.29% 0.98% -
XYZ 60.36 52.19 96.51 -
YUV 195.68 158.09 141.06 -
System Red Green Blue C M Y K H S L
Decimal 214 176 249 0.14 0.29 0 0.02 271.23 0.86 0.83
Hex D6 B0 F9 E 1D 0 2 10F 56 53
Octal 326 260 371 16 35 0 2 417 126 123
Binary 11010110 10110000 11111001 1110 11101 0 10 100001111 1010110 1010011

Color Harmonies of #D6B0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B0F9

Black with #D6B0F9

Text Example


Text Example

White with #D6B0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B0F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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