Html Css Color HEX #D1ACFE Mauve

📋 copy color: '#D1ACFE'

red 209 ◦ green 172 ◦ blue 254

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

Shades of Mauve #D1ACFE

Tints of Mauve #D1ACFE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.09%

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

R = 32.91%
G = 27.09%
B = 40%

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

#D1ACFE (or 0xD1ACFE) is known color: Mauve. HEX triplet: D1, AC and FE. RGB value is (209,172,254). Sum of RGB (Red+Green+Blue) = 209+172+254=635 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.91% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1ACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ACFE is #2E5301. Grayscale: #C0C0C0. Windows color (decimal): -3035906 or 16690385. OLE color: 16690385.

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

Color convert

RGB 209 172 254 -
CMYK 0.18 0.32 0 0.00
HSL 267.07º 0.98% 0.84% -
HSV(B) 267.07º 0.32% 1% -
XYZ 58.94 50.22 100.35 -
YUV 192.41 162.76 139.83 -
System Red Green Blue C M Y K H S L
Decimal 209 172 254 0.18 0.32 0 0.00 267.07 0.98 0.84
Hex D1 AC FE 12 20 0 0 10B 62 54
Octal 321 254 376 22 40 0 0 413 142 124
Binary 11010001 10101100 11111110 10010 100000 0 0 100001011 1100010 1010100

Color Harmonies of #D1ACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ACFE

Black with #D1ACFE

Text Example


Text Example

White with #D1ACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ACFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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