Html Css Color HEX #D1AFFB Mauve

📋 copy color: '#D1AFFB'

red 209 ◦ green 175 ◦ blue 251

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

Shades of Mauve #D1AFFB

Tints of Mauve #D1AFFB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.56%

 BLUE value IS 251 (98.44% from 255) = 39.53%

R = 32.91%
G = 27.56%
B = 39.53%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D1AFFB (or 0xD1AFFB) is known color: Mauve. HEX triplet: D1, AF and FB. RGB value is (209,175,251). Sum of RGB (Red+Green+Blue) = 209+175+251=635 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.91% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #D1AFFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AFFB is #2E5004. Grayscale: #C1C1C1. Windows color (decimal): -3035141 or 16494545. OLE color: 16494545.

HSL color Cylindrical-coordinate representation of color #D1AFFB: hue angle of 266.84º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1AFFB is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 175 251 -
CMYK 0.17 0.30 0 0.02
HSL 266.84º 0.9% 0.84% -
HSV(B) 266.84º 0.3% 0.98% -
XYZ 59.04 51.18 98.03 -
YUV 193.83 160.26 138.82 -
System Red Green Blue C M Y K H S L
Decimal 209 175 251 0.17 0.30 0 0.02 266.84 0.9 0.84
Hex D1 AF FB 11 1E 0 2 10B 5A 54
Octal 321 257 373 21 36 0 2 413 132 124
Binary 11010001 10101111 11111011 10001 11110 0 10 100001011 1011010 1010100

Color Harmonies of #D1AFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AFFB

Black with #D1AFFB

Text Example


Text Example

White with #D1AFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AFFB; }

 p { color: rgb(209,175,251); }

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

background-color css

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

 a { background-color: rgb(209,175,251); }

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

border-color css

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

 span { border-color: rgb(209,175,251); }

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