Html Css Color HEX #D1ADFF Mauve

📋 copy color: '#D1ADFF'

red 209 ◦ green 173 ◦ blue 255

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

Shades of Mauve #D1ADFF

Tints of Mauve #D1ADFF

RGB

 RED value IS 209 (82.03% from 255) = 32.81%

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

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

R = 32.81%
G = 27.16%
B = 40.03%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D1ADFF (or 0xD1ADFF) is known color: Mauve. HEX triplet: D1, AD and FF. RGB value is (209,173,255). Sum of RGB (Red+Green+Blue) = 209+173+255=637 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.81% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ADFF is #2E5200. Grayscale: #C0C0C0. Windows color (decimal): -3035649 or 16756177. OLE color: 16756177.

HSL color Cylindrical-coordinate representation of color #D1ADFF: hue angle of 266.34º 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 #D1ADFF is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 209 173 255 -
CMYK 0.18 0.32 0 0
HSL 266.34º 1% 0.84% -
HSV(B) 266.34º 0.32% 1% -
XYZ 59.29 50.66 101.26 -
YUV 193.11 162.93 139.33 -
System Red Green Blue C M Y K H S L
Decimal 209 173 255 0.18 0.32 0 0 266.34 1 0.84
Hex D1 AD FF 12 20 0 0 10A 64 54
Octal 321 255 377 22 40 0 0 412 144 124
Binary 11010001 10101101 11111111 10010 100000 0 0 100001010 1100100 1010100

Color Harmonies of #D1ADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ADFF

Black with #D1ADFF

Text Example


Text Example

White with #D1ADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ADFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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