Html Css Color HEX #D9ADF0 Mauve

📋 copy color: '#D9ADF0'

red 217 ◦ green 173 ◦ blue 240

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

Shades of Mauve #D9ADF0

Tints of Mauve #D9ADF0

RGB

 RED value IS 217 (85.16% from 255) = 34.44%

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

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

R = 34.44%
G = 27.46%
B = 38.1%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D9ADF0 (or 0xD9ADF0) is known color: Mauve. HEX triplet: D9, AD and F0. RGB value is (217,173,240). Sum of RGB (Red+Green+Blue) = 217+173+240=630 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.44% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 240 - color contains mainly: blue. Hex color #D9ADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ADF0 is #26520F. Grayscale: #C1C1C1. Windows color (decimal): -2511376 or 15773145. OLE color: 15773145.

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

Color convert

RGB 217 173 240 -
CMYK 0.10 0.28 0 0.06
HSL 279.4º 0.69% 0.81% -
HSV(B) 279.4º 0.28% 0.94% -
XYZ 59.29 50.93 89.14 -
YUV 193.79 154.08 144.55 -
System Red Green Blue C M Y K H S L
Decimal 217 173 240 0.10 0.28 0 0.06 279.4 0.69 0.81
Hex D9 AD F0 A 1C 0 6 117 45 51
Octal 331 255 360 12 34 0 6 427 105 121
Binary 11011001 10101101 11110000 1010 11100 0 110 100010111 1000101 1010001

Color Harmonies of #D9ADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ADF0

Black with #D9ADF0

Text Example


Text Example

White with #D9ADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ADF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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