Html Css Color HEX #D6B6EC Mauve

📋 copy color: '#D6B6EC'

red 214 ◦ green 182 ◦ blue 236

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

Shades of Mauve #D6B6EC

Tints of Mauve #D6B6EC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.8%

 BLUE value IS 236 (92.58% from 255) = 37.34%

R = 33.86%
G = 28.8%
B = 37.34%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6B6EC (or 0xD6B6EC) is known color: Mauve. HEX triplet: D6, B6 and EC. RGB value is (214,182,236). Sum of RGB (Red+Green+Blue) = 214+182+236=632 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.86% from 632); Green value is 182 (71.48% from 255 or 28.80% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6B6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B6EC is #294913. Grayscale: #C5C5C5. Windows color (decimal): -2705684 or 15513302. OLE color: 15513302.

HSL color Cylindrical-coordinate representation of color #D6B6EC: hue angle of 275.56º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6B6EC is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 182 236 -
CMYK 0.09 0.23 0 0.07
HSL 275.56º 0.59% 0.82% -
HSV(B) 275.56º 0.23% 0.93% -
XYZ 59.6 53.81 86.6 -
YUV 197.72 149.6 139.61 -
System Red Green Blue C M Y K H S L
Decimal 214 182 236 0.09 0.23 0 0.07 275.56 0.59 0.82
Hex D6 B6 EC 9 17 0 7 114 3B 52
Octal 326 266 354 11 27 0 7 424 73 122
Binary 11010110 10110110 11101100 1001 10111 0 111 100010100 111011 1010010

Color Harmonies of #D6B6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B6EC

Black with #D6B6EC

Text Example


Text Example

White with #D6B6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B6EC; }

 p { color: rgb(214,182,236); }

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

background-color css

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

 a { background-color: rgb(214,182,236); }

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

border-color css

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

 span { border-color: rgb(214,182,236); }

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