Html Css Color HEX #D1ADFA Mauve

📋 copy color: '#D1ADFA'

red 209 ◦ green 173 ◦ blue 250

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

Shades of Mauve #D1ADFA

Tints of Mauve #D1ADFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.56%

R = 33.07%
G = 27.37%
B = 39.56%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D1ADFA (or 0xD1ADFA) is known color: Mauve. HEX triplet: D1, AD and FA. RGB value is (209,173,250). Sum of RGB (Red+Green+Blue) = 209+173+250=632 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.07% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1ADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ADFA is #2E5205. Grayscale: #C0C0C0. Windows color (decimal): -3035654 or 16428497. OLE color: 16428497.

HSL color Cylindrical-coordinate representation of color #D1ADFA: hue angle of 268.05º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1ADFA is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 173 250 -
CMYK 0.16 0.31 0 0.02
HSL 268.05º 0.89% 0.83% -
HSV(B) 268.05º 0.31% 0.98% -
XYZ 58.49 50.34 97.08 -
YUV 192.54 160.43 139.74 -
System Red Green Blue C M Y K H S L
Decimal 209 173 250 0.16 0.31 0 0.02 268.05 0.89 0.83
Hex D1 AD FA 10 1F 0 2 10C 59 53
Octal 321 255 372 20 37 0 2 414 131 123
Binary 11010001 10101101 11111010 10000 11111 0 10 100001100 1011001 1010011

Color Harmonies of #D1ADFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ADFA

Black with #D1ADFA

Text Example


Text Example

White with #D1ADFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ADFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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