Html Css Color HEX #D6ACEC Mauve

📋 copy color: '#D6ACEC'

red 214 ◦ green 172 ◦ blue 236

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

Shades of Mauve #D6ACEC

Tints of Mauve #D6ACEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.94%

R = 34.41%
G = 27.65%
B = 37.94%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6ACEC (or 0xD6ACEC) is known color: Mauve. HEX triplet: D6, AC and EC. RGB value is (214,172,236). Sum of RGB (Red+Green+Blue) = 214+172+236=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6ACEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ACEC is #295313. Grayscale: #BFBFBF. Windows color (decimal): -2708244 or 15510742. OLE color: 15510742.

HSL color Cylindrical-coordinate representation of color #D6ACEC: hue angle of 279.38º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6ACEC is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 172 236 -
CMYK 0.09 0.27 0 0.07
HSL 279.38º 0.63% 0.8% -
HSV(B) 279.38º 0.27% 0.93% -
XYZ 57.62 49.86 85.94 -
YUV 191.85 152.91 143.8 -
System Red Green Blue C M Y K H S L
Decimal 214 172 236 0.09 0.27 0 0.07 279.38 0.63 0.8
Hex D6 AC EC 9 1B 0 7 117 3F 50
Octal 326 254 354 11 33 0 7 427 77 120
Binary 11010110 10101100 11101100 1001 11011 0 111 100010111 111111 1010000

Color Harmonies of #D6ACEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ACEC

Black with #D6ACEC

Text Example


Text Example

White with #D6ACEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ACEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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