Html Css Color HEX #D4ADF7 Mauve

📋 copy color: '#D4ADF7'

red 212 ◦ green 173 ◦ blue 247

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

Shades of Mauve #D4ADF7

Tints of Mauve #D4ADF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 39.08%

R = 33.54%
G = 27.37%
B = 39.08%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D4ADF7 (or 0xD4ADF7) is known color: Mauve. HEX triplet: D4, AD and F7. RGB value is (212,173,247). Sum of RGB (Red+Green+Blue) = 212+173+247=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 247 (96.88% from 255 or 39.08% from 632); Max value from RGB is 247 - color contains mainly: blue. Hex color #D4ADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ADF7 is #2B5208. Grayscale: #C0C0C0. Windows color (decimal): -2839049 or 16231892. OLE color: 16231892.

HSL color Cylindrical-coordinate representation of color #D4ADF7: hue angle of 271.62º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4ADF7 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 212 173 247 -
CMYK 0.14 0.30 0 0.03
HSL 271.62º 0.82% 0.82% -
HSV(B) 271.62º 0.3% 0.97% -
XYZ 58.88 50.6 94.66 -
YUV 193.1 158.42 141.48 -
System Red Green Blue C M Y K H S L
Decimal 212 173 247 0.14 0.30 0 0.03 271.62 0.82 0.82
Hex D4 AD F7 E 1E 0 3 110 52 52
Octal 324 255 367 16 36 0 3 420 122 122
Binary 11010100 10101101 11110111 1110 11110 0 11 100010000 1010010 1010010

Color Harmonies of #D4ADF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADF7

Black with #D4ADF7

Text Example


Text Example

White with #D4ADF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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