Html Css Color HEX #D8ADF0 Mauve

📋 copy color: '#D8ADF0'

red 216 ◦ green 173 ◦ blue 240

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

Shades of Mauve #D8ADF0

Tints of Mauve #D8ADF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.16%

R = 34.34%
G = 27.5%
B = 38.16%

CMYK

 C value IS 0.1

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D8ADF0 (or 0xD8ADF0) is known color: Mauve. HEX triplet: D8, AD and F0. RGB value is (216,173,240). Sum of RGB (Red+Green+Blue) = 216+173+240=629 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.34% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 240 - color contains mainly: blue. Hex color #D8ADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ADF0 is #27520F. Grayscale: #C1C1C1. Windows color (decimal): -2576912 or 15773144. OLE color: 15773144.

HSL color Cylindrical-coordinate representation of color #D8ADF0: hue angle of 278.51º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D8ADF0 is Cyan = 0.1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 216 173 240 -
CMYK 0.1 0.28 0 0.06
HSL 278.51º 0.69% 0.81% -
HSV(B) 278.51º 0.28% 0.94% -
XYZ 58.99 50.78 89.13 -
YUV 193.5 154.25 144.05 -
System Red Green Blue C M Y K H S L
Decimal 216 173 240 0.1 0.28 0 0.06 278.51 0.69 0.81
Hex D8 AD F0 A 1C 0 6 117 45 51
Octal 330 255 360 12 34 0 6 427 105 121
Binary 11011000 10101101 11110000 1010 11100 0 110 100010111 1000101 1010001

Color Harmonies of #D8ADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ADF0

Black with #D8ADF0

Text Example


Text Example

White with #D8ADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ADF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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