Html Css Color HEX #D6ABFF Mauve

📋 copy color: '#D6ABFF'

red 214 ◦ green 171 ◦ blue 255

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

Shades of Mauve #D6ABFF

Tints of Mauve #D6ABFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.84%

R = 33.44%
G = 26.72%
B = 39.84%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D6ABFF (or 0xD6ABFF) is known color: Mauve. HEX triplet: D6, AB and FF. RGB value is (214,171,255). Sum of RGB (Red+Green+Blue) = 214+171+255=640 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.44% from 640); Green value is 171 (67.19% from 255 or 26.72% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ABFF is #295400. Grayscale: #C1C1C1. Windows color (decimal): -2708481 or 16755670. OLE color: 16755670.

HSL color Cylindrical-coordinate representation of color #D6ABFF: hue angle of 270.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6ABFF is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 214 171 255 -
CMYK 0.16 0.33 0 0
HSL 270.71º 1% 0.84% -
HSV(B) 270.71º 0.33% 1% -
XYZ 60.34 50.64 101.2 -
YUV 193.43 162.75 142.67 -
System Red Green Blue C M Y K H S L
Decimal 214 171 255 0.16 0.33 0 0 270.71 1 0.84
Hex D6 AB FF 10 21 0 0 10F 64 54
Octal 326 253 377 20 41 0 0 417 144 124
Binary 11010110 10101011 11111111 10000 100001 0 0 100001111 1100100 1010100

Color Harmonies of #D6ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ABFF

Black with #D6ABFF

Text Example


Text Example

White with #D6ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ABFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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