Html Css Color HEX #D4ADF1 Mauve

📋 copy color: '#D4ADF1'

red 212 ◦ green 173 ◦ blue 241

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

Shades of Mauve #D4ADF1

Tints of Mauve #D4ADF1

RGB

 RED value IS 212 (83.2% from 255) = 33.87%

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

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

R = 33.87%
G = 27.64%
B = 38.5%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D4ADF1 (or 0xD4ADF1) is known color: Mauve. HEX triplet: D4, AD and F1. RGB value is (212,173,241). Sum of RGB (Red+Green+Blue) = 212+173+241=626 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.87% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: blue. Hex color #D4ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ADF1 is #2B520E. Grayscale: #C0C0C0. Windows color (decimal): -2839055 or 15838676. OLE color: 15838676.

HSL color Cylindrical-coordinate representation of color #D4ADF1: hue angle of 274.41º 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 #D4ADF1 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 173 241 -
CMYK 0.12 0.28 0 0.05
HSL 274.41º 0.71% 0.81% -
HSV(B) 274.41º 0.28% 0.95% -
XYZ 57.97 50.24 89.86 -
YUV 192.41 155.42 141.97 -
System Red Green Blue C M Y K H S L
Decimal 212 173 241 0.12 0.28 0 0.05 274.41 0.71 0.81
Hex D4 AD F1 C 1C 0 5 112 47 51
Octal 324 255 361 14 34 0 5 422 107 121
Binary 11010100 10101101 11110001 1100 11100 0 101 100010010 1000111 1010001

Color Harmonies of #D4ADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADF1

Black with #D4ADF1

Text Example


Text Example

White with #D4ADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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