Html Css Color HEX #D8ADF7 Mauve

📋 copy color: '#D8ADF7'

red 216 ◦ green 173 ◦ blue 247

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

Shades of Mauve #D8ADF7

Tints of Mauve #D8ADF7

RGB

 RED value IS 216 (84.77% from 255) = 33.96%

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

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

R = 33.96%
G = 27.2%
B = 38.84%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D8ADF7 (or 0xD8ADF7) is known color: Mauve. HEX triplet: D8, AD and F7. RGB value is (216,173,247). Sum of RGB (Red+Green+Blue) = 216+173+247=636 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.96% from 636); Green value is 173 (67.97% from 255 or 27.20% from 636); Blue value is 247 (96.88% from 255 or 38.84% from 636); Max value from RGB is 247 - color contains mainly: blue. Hex color #D8ADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ADF7 is #275208. Grayscale: #C2C2C2. Windows color (decimal): -2576905 or 16231896. OLE color: 16231896.

HSL color Cylindrical-coordinate representation of color #D8ADF7: hue angle of 274.86º 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 #D8ADF7 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 216 173 247 -
CMYK 0.13 0.30 0 0.03
HSL 274.86º 0.82% 0.82% -
HSV(B) 274.86º 0.3% 0.97% -
XYZ 60.05 51.2 94.71 -
YUV 194.29 157.75 143.48 -
System Red Green Blue C M Y K H S L
Decimal 216 173 247 0.13 0.30 0 0.03 274.86 0.82 0.82
Hex D8 AD F7 D 1E 0 3 113 52 52
Octal 330 255 367 15 36 0 3 423 122 122
Binary 11011000 10101101 11110111 1101 11110 0 11 100010011 1010010 1010010

Color Harmonies of #D8ADF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ADF7

Black with #D8ADF7

Text Example


Text Example

White with #D8ADF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ADF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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