Html Css Color HEX #D6B0FF Mauve

📋 copy color: '#D6B0FF'

red 214 ◦ green 176 ◦ blue 255

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

Shades of Mauve #D6B0FF

Tints of Mauve #D6B0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.53%

R = 33.18%
G = 27.29%
B = 39.53%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D6B0FF (or 0xD6B0FF) is known color: Mauve. HEX triplet: D6, B0 and FF. RGB value is (214,176,255). Sum of RGB (Red+Green+Blue) = 214+176+255=645 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.18% from 645); Green value is 176 (69.14% from 255 or 27.29% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6B0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6B0FF is #294F00. Grayscale: #C4C4C4. Windows color (decimal): -2707201 or 16756950. OLE color: 16756950.

HSL color Cylindrical-coordinate representation of color #D6B0FF: hue angle of 268.86º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D6B0FF is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 214 176 255 -
CMYK 0.16 0.31 0 0
HSL 268.86º 1% 0.85% -
HSV(B) 268.86º 0.31% 1% -
XYZ 61.31 52.57 101.52 -
YUV 196.37 161.09 140.58 -
System Red Green Blue C M Y K H S L
Decimal 214 176 255 0.16 0.31 0 0 268.86 1 0.85
Hex D6 B0 FF 10 1F 0 0 10D 64 55
Octal 326 260 377 20 37 0 0 415 144 125
Binary 11010110 10110000 11111111 10000 11111 0 0 100001101 1100100 1010101

Color Harmonies of #D6B0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B0FF

Black with #D6B0FF

Text Example


Text Example

White with #D6B0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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