Html Css Color HEX #D6ABEC Mauve

📋 copy color: '#D6ABEC'

red 214 ◦ green 171 ◦ blue 236

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

Shades of Mauve #D6ABEC

Tints of Mauve #D6ABEC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.54%

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

R = 34.46%
G = 27.54%
B = 38%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6ABEC (or 0xD6ABEC) is known color: Mauve. HEX triplet: D6, AB and EC. RGB value is (214,171,236). Sum of RGB (Red+Green+Blue) = 214+171+236=621 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.46% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6ABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ABEC is #295413. Grayscale: #BFBFBF. Windows color (decimal): -2708500 or 15510486. OLE color: 15510486.

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

Color convert

RGB 214 171 236 -
CMYK 0.09 0.28 0 0.07
HSL 279.69º 0.63% 0.8% -
HSV(B) 279.69º 0.28% 0.93% -
XYZ 57.43 49.48 85.88 -
YUV 191.27 153.25 144.21 -
System Red Green Blue C M Y K H S L
Decimal 214 171 236 0.09 0.28 0 0.07 279.69 0.63 0.8
Hex D6 AB EC 9 1C 0 7 118 3F 50
Octal 326 253 354 11 34 0 7 430 77 120
Binary 11010110 10101011 11101100 1001 11100 0 111 100011000 111111 1010000

Color Harmonies of #D6ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ABEC

Black with #D6ABEC

Text Example


Text Example

White with #D6ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ABEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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