Html Css Color HEX #D1ADFE Mauve

📋 copy color: '#D1ADFE'

red 209 ◦ green 173 ◦ blue 254

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

Shades of Mauve #D1ADFE

Tints of Mauve #D1ADFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.94%

R = 32.86%
G = 27.2%
B = 39.94%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D1ADFE (or 0xD1ADFE) is known color: Mauve. HEX triplet: D1, AD and FE. RGB value is (209,173,254). Sum of RGB (Red+Green+Blue) = 209+173+254=636 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.86% from 636); Green value is 173 (67.97% from 255 or 27.20% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ADFE is #2E5201. Grayscale: #C0C0C0. Windows color (decimal): -3035650 or 16690641. OLE color: 16690641.

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

Color convert

RGB 209 173 254 -
CMYK 0.18 0.32 0 0.00
HSL 266.67º 0.98% 0.84% -
HSV(B) 266.67º 0.32% 1% -
XYZ 59.13 50.6 100.42 -
YUV 193 162.43 139.41 -
System Red Green Blue C M Y K H S L
Decimal 209 173 254 0.18 0.32 0 0.00 266.67 0.98 0.84
Hex D1 AD FE 12 20 0 0 10B 62 54
Octal 321 255 376 22 40 0 0 413 142 124
Binary 11010001 10101101 11111110 10010 100000 0 0 100001011 1100010 1010100

Color Harmonies of #D1ADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ADFE

Black with #D1ADFE

Text Example


Text Example

White with #D1ADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ADFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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