Html Css Color HEX #D6ACFF Mauve

📋 copy color: '#D6ACFF'

red 214 ◦ green 172 ◦ blue 255

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

Shades of Mauve #D6ACFF

Tints of Mauve #D6ACFF

RGB

 RED value IS 214 (83.98% from 255) = 33.39%

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

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

R = 33.39%
G = 26.83%
B = 39.78%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D6ACFF (or 0xD6ACFF) is known color: Mauve. HEX triplet: D6, AC and FF. RGB value is (214,172,255). Sum of RGB (Red+Green+Blue) = 214+172+255=641 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.39% from 641); Green value is 172 (67.58% from 255 or 26.83% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ACFF is #295300. Grayscale: #C1C1C1. Windows color (decimal): -2708225 or 16755926. OLE color: 16755926.

HSL color Cylindrical-coordinate representation of color #D6ACFF: hue angle of 270.36º 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 #D6ACFF is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 214 172 255 -
CMYK 0.16 0.33 0 0
HSL 270.36º 1% 0.84% -
HSV(B) 270.36º 0.33% 1% -
XYZ 60.53 51.02 101.27 -
YUV 194.02 162.41 142.25 -
System Red Green Blue C M Y K H S L
Decimal 214 172 255 0.16 0.33 0 0 270.36 1 0.84
Hex D6 AC FF 10 21 0 0 10E 64 54
Octal 326 254 377 20 41 0 0 416 144 124
Binary 11010110 10101100 11111111 10000 100001 0 0 100001110 1100100 1010100

Color Harmonies of #D6ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ACFF

Black with #D6ACFF

Text Example


Text Example

White with #D6ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ACFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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