Html Css Color HEX #D6ACFE Mauve

📋 copy color: '#D6ACFE'

red 214 ◦ green 172 ◦ blue 254

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

Shades of Mauve #D6ACFE

Tints of Mauve #D6ACFE

RGB

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

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

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

R = 33.44%
G = 26.88%
B = 39.69%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D6ACFE (or 0xD6ACFE) is known color: Mauve. HEX triplet: D6, AC and FE. RGB value is (214,172,254). Sum of RGB (Red+Green+Blue) = 214+172+254=640 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.44% from 640); Green value is 172 (67.58% from 255 or 26.88% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6ACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ACFE is #295301. Grayscale: #C1C1C1. Windows color (decimal): -2708226 or 16690390. OLE color: 16690390.

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

Color convert

RGB 214 172 254 -
CMYK 0.16 0.32 0 0.00
HSL 270.73º 0.98% 0.84% -
HSV(B) 270.73º 0.32% 1% -
XYZ 60.37 50.96 100.42 -
YUV 193.91 161.91 142.33 -
System Red Green Blue C M Y K H S L
Decimal 214 172 254 0.16 0.32 0 0.00 270.73 0.98 0.84
Hex D6 AC FE 10 20 0 0 10F 62 54
Octal 326 254 376 20 40 0 0 417 142 124
Binary 11010110 10101100 11111110 10000 100000 0 0 100001111 1100010 1010100

Color Harmonies of #D6ACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ACFE

Black with #D6ACFE

Text Example


Text Example

White with #D6ACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ACFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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