Html Css Color HEX #D6B1ED Mauve

📋 copy color: '#D6B1ED'

red 214 ◦ green 177 ◦ blue 237

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

Shades of Mauve #D6B1ED

Tints of Mauve #D6B1ED

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.18%

 BLUE value IS 237 (92.97% from 255) = 37.74%

R = 34.08%
G = 28.18%
B = 37.74%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6B1ED (or 0xD6B1ED) is known color: Mauve. HEX triplet: D6, B1 and ED. RGB value is (214,177,237). Sum of RGB (Red+Green+Blue) = 214+177+237=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 177 (69.53% from 255 or 28.18% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #D6B1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6B1ED is #294E12. Grayscale: #C2C2C2. Windows color (decimal): -2706963 or 15577558. OLE color: 15577558.

HSL color Cylindrical-coordinate representation of color #D6B1ED: hue angle of 277º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6B1ED is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 177 237 -
CMYK 0.10 0.25 0 0.07
HSL 277º 0.63% 0.81% -
HSV(B) 277º 0.25% 0.93% -
XYZ 58.74 51.85 87.03 -
YUV 194.9 151.76 141.62 -
System Red Green Blue C M Y K H S L
Decimal 214 177 237 0.10 0.25 0 0.07 277 0.63 0.81
Hex D6 B1 ED A 19 0 7 115 3E 51
Octal 326 261 355 12 31 0 7 425 76 121
Binary 11010110 10110001 11101101 1010 11001 0 111 100010101 111110 1010001

Color Harmonies of #D6B1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B1ED

Black with #D6B1ED

Text Example


Text Example

White with #D6B1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B1ED; }

 p { color: rgb(214,177,237); }

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

background-color css

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

 a { background-color: rgb(214,177,237); }

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

border-color css

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

 span { border-color: rgb(214,177,237); }

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