Html Css Color HEX #D6ABEF Mauve

📋 copy color: '#D6ABEF'

red 214 ◦ green 171 ◦ blue 239

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

Shades of Mauve #D6ABEF

Tints of Mauve #D6ABEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.3%

R = 34.29%
G = 27.4%
B = 38.3%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D6ABEF (or 0xD6ABEF) is known color: Mauve. HEX triplet: D6, AB and EF. RGB value is (214,171,239). Sum of RGB (Red+Green+Blue) = 214+171+239=624 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.29% from 624); Green value is 171 (67.19% from 255 or 27.40% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6ABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ABEF is #295410. Grayscale: #BFBFBF. Windows color (decimal): -2708497 or 15707094. OLE color: 15707094.

HSL color Cylindrical-coordinate representation of color #D6ABEF: hue angle of 277.94º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6ABEF is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 171 239 -
CMYK 0.10 0.28 0 0.06
HSL 277.94º 0.68% 0.8% -
HSV(B) 277.94º 0.28% 0.94% -
XYZ 57.87 49.65 88.2 -
YUV 191.61 154.75 143.97 -
System Red Green Blue C M Y K H S L
Decimal 214 171 239 0.10 0.28 0 0.06 277.94 0.68 0.8
Hex D6 AB EF A 1C 0 6 116 44 50
Octal 326 253 357 12 34 0 6 426 104 120
Binary 11010110 10101011 11101111 1010 11100 0 110 100010110 1000100 1010000

Color Harmonies of #D6ABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ABEF

Black with #D6ABEF

Text Example


Text Example

White with #D6ABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ABEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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