Html Css Color HEX #D9ADFF Mauve

📋 copy color: '#D9ADFF'

red 217 ◦ green 173 ◦ blue 255

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

Shades of Mauve #D9ADFF

Tints of Mauve #D9ADFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.53%

R = 33.64%
G = 26.82%
B = 39.53%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D9ADFF (or 0xD9ADFF) is known color: Mauve. HEX triplet: D9, AD and FF. RGB value is (217,173,255). Sum of RGB (Red+Green+Blue) = 217+173+255=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 173 (67.97% from 255 or 26.82% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ADFF is #265200. Grayscale: #C3C3C3. Windows color (decimal): -2511361 or 16756185. OLE color: 16756185.

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

Color convert

RGB 217 173 255 -
CMYK 0.15 0.32 0 0
HSL 272.2º 1% 0.84% -
HSV(B) 272.2º 0.32% 1% -
XYZ 61.61 51.86 101.37 -
YUV 195.5 161.58 143.33 -
System Red Green Blue C M Y K H S L
Decimal 217 173 255 0.15 0.32 0 0 272.2 1 0.84
Hex D9 AD FF F 20 0 0 110 64 54
Octal 331 255 377 17 40 0 0 420 144 124
Binary 11011001 10101101 11111111 1111 100000 0 0 100010000 1100100 1010100

Color Harmonies of #D9ADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ADFF

Black with #D9ADFF

Text Example


Text Example

White with #D9ADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ADFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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