Html Css Color HEX #D9ADFD Mauve

📋 copy color: '#D9ADFD'

red 217 ◦ green 173 ◦ blue 253

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

Shades of Mauve #D9ADFD

Tints of Mauve #D9ADFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.35%

R = 33.75%
G = 26.91%
B = 39.35%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D9ADFD (or 0xD9ADFD) is known color: Mauve. HEX triplet: D9, AD and FD. RGB value is (217,173,253). Sum of RGB (Red+Green+Blue) = 217+173+253=643 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.75% from 643); Green value is 173 (67.97% from 255 or 26.91% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ADFD is #265202. Grayscale: #C3C3C3. Windows color (decimal): -2511363 or 16625113. OLE color: 16625113.

HSL color Cylindrical-coordinate representation of color #D9ADFD: hue angle of 273º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9ADFD is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 173 253 -
CMYK 0.14 0.32 0 0.01
HSL 273º 0.95% 0.84% -
HSV(B) 273º 0.32% 0.99% -
XYZ 61.29 51.73 99.68 -
YUV 195.28 160.58 143.5 -
System Red Green Blue C M Y K H S L
Decimal 217 173 253 0.14 0.32 0 0.01 273 0.95 0.84
Hex D9 AD FD E 20 0 1 111 5F 54
Octal 331 255 375 16 40 0 1 421 137 124
Binary 11011001 10101101 11111101 1110 100000 0 1 100010001 1011111 1010100

Color Harmonies of #D9ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ADFD

Black with #D9ADFD

Text Example


Text Example

White with #D9ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ADFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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