Html Css Color HEX #D6ADF1 Mauve

📋 copy color: '#D6ADF1'

red 214 ◦ green 173 ◦ blue 241

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

Shades of Mauve #D6ADF1

Tints of Mauve #D6ADF1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.55%

 BLUE value IS 241 (94.53% from 255) = 38.38%

R = 34.08%
G = 27.55%
B = 38.38%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D6ADF1 (or 0xD6ADF1) is known color: Mauve. HEX triplet: D6, AD and F1. RGB value is (214,173,241). Sum of RGB (Red+Green+Blue) = 214+173+241=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 241 - color contains mainly: blue. Hex color #D6ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ADF1 is #29520E. Grayscale: #C0C0C0. Windows color (decimal): -2707983 or 15838678. OLE color: 15838678.

HSL color Cylindrical-coordinate representation of color #D6ADF1: hue angle of 276.18º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6ADF1 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 173 241 -
CMYK 0.11 0.28 0 0.05
HSL 276.18º 0.71% 0.81% -
HSV(B) 276.18º 0.28% 0.95% -
XYZ 58.55 50.53 89.89 -
YUV 193.01 155.08 142.97 -
System Red Green Blue C M Y K H S L
Decimal 214 173 241 0.11 0.28 0 0.05 276.18 0.71 0.81
Hex D6 AD F1 B 1C 0 5 114 47 51
Octal 326 255 361 13 34 0 5 424 107 121
Binary 11010110 10101101 11110001 1011 11100 0 101 100010100 1000111 1010001

Color Harmonies of #D6ADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ADF1

Black with #D6ADF1

Text Example


Text Example

White with #D6ADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ADF1; }

 p { color: rgb(214,173,241); }

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

background-color css

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

 a { background-color: rgb(214,173,241); }

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

border-color css

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

 span { border-color: rgb(214,173,241); }

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