Html Css Color HEX #D6B1EA Mauve

📋 copy color: '#D6B1EA'

red 214 ◦ green 177 ◦ blue 234

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

Shades of Mauve #D6B1EA

Tints of Mauve #D6B1EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.44%

R = 34.24%
G = 28.32%
B = 37.44%

CMYK

 C value IS 0.09

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D6B1EA (or 0xD6B1EA) is known color: Mauve. HEX triplet: D6, B1 and EA. RGB value is (214,177,234). Sum of RGB (Red+Green+Blue) = 214+177+234=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 177 (69.53% from 255 or 28.32% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #D6B1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6B1EA is #294E15. Grayscale: #C2C2C2. Windows color (decimal): -2706966 or 15380950. OLE color: 15380950.

HSL color Cylindrical-coordinate representation of color #D6B1EA: hue angle of 278.95º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6B1EA is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 177 234 -
CMYK 0.09 0.24 0 0.08
HSL 278.95º 0.58% 0.81% -
HSV(B) 278.95º 0.24% 0.92% -
XYZ 58.3 51.68 84.74 -
YUV 194.56 150.26 141.87 -
System Red Green Blue C M Y K H S L
Decimal 214 177 234 0.09 0.24 0 0.08 278.95 0.58 0.81
Hex D6 B1 EA 9 18 0 8 117 3A 51
Octal 326 261 352 11 30 0 10 427 72 121
Binary 11010110 10110001 11101010 1001 11000 0 1000 100010111 111010 1010001

Color Harmonies of #D6B1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B1EA

Black with #D6B1EA

Text Example


Text Example

White with #D6B1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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