Html Css Color HEX #D1ACFF Mauve

📋 copy color: '#D1ACFF'

red 209 ◦ green 172 ◦ blue 255

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

Shades of Mauve #D1ACFF

Tints of Mauve #D1ACFF

RGB

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

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

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

R = 32.86%
G = 27.04%
B = 40.09%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D1ACFF (or 0xD1ACFF) is known color: Mauve. HEX triplet: D1, AC and FF. RGB value is (209,172,255). Sum of RGB (Red+Green+Blue) = 209+172+255=636 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.86% from 636); Green value is 172 (67.58% from 255 or 27.04% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ACFF is #2E5300. Grayscale: #C0C0C0. Windows color (decimal): -3035905 or 16755921. OLE color: 16755921.

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

Color convert

RGB 209 172 255 -
CMYK 0.18 0.33 0 0
HSL 266.75º 1% 0.84% -
HSV(B) 266.75º 0.33% 1% -
XYZ 59.1 50.28 101.2 -
YUV 192.53 163.26 139.75 -
System Red Green Blue C M Y K H S L
Decimal 209 172 255 0.18 0.33 0 0 266.75 1 0.84
Hex D1 AC FF 12 21 0 0 10B 64 54
Octal 321 254 377 22 41 0 0 413 144 124
Binary 11010001 10101100 11111111 10010 100001 0 0 100001011 1100100 1010100

Color Harmonies of #D1ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ACFF

Black with #D1ACFF

Text Example


Text Example

White with #D1ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ACFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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