Html Css Color HEX #D8ADF2 Mauve

📋 copy color: '#D8ADF2'

red 216 ◦ green 173 ◦ blue 242

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

Shades of Mauve #D8ADF2

Tints of Mauve #D8ADF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.35%

R = 34.23%
G = 27.42%
B = 38.35%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D8ADF2 (or 0xD8ADF2) is known color: Mauve. HEX triplet: D8, AD and F2. RGB value is (216,173,242). Sum of RGB (Red+Green+Blue) = 216+173+242=631 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.23% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: blue. Hex color #D8ADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ADF2 is #27520D. Grayscale: #C1C1C1. Windows color (decimal): -2576910 or 15904216. OLE color: 15904216.

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

Color convert

RGB 216 173 242 -
CMYK 0.11 0.29 0 0.05
HSL 277.39º 0.73% 0.81% -
HSV(B) 277.39º 0.29% 0.95% -
XYZ 59.29 50.9 90.7 -
YUV 193.72 155.25 143.89 -
System Red Green Blue C M Y K H S L
Decimal 216 173 242 0.11 0.29 0 0.05 277.39 0.73 0.81
Hex D8 AD F2 B 1D 0 5 115 49 51
Octal 330 255 362 13 35 0 5 425 111 121
Binary 11011000 10101101 11110010 1011 11101 0 101 100010101 1001001 1010001

Color Harmonies of #D8ADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ADF2

Black with #D8ADF2

Text Example


Text Example

White with #D8ADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ADF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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