Html Css Color HEX #D6ACF0 Mauve

📋 copy color: '#D6ACF0'

red 214 ◦ green 172 ◦ blue 240

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

Shades of Mauve #D6ACF0

Tints of Mauve #D6ACF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.34%

R = 34.19%
G = 27.48%
B = 38.34%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D6ACF0 (or 0xD6ACF0) is known color: Mauve. HEX triplet: D6, AC and F0. RGB value is (214,172,240). Sum of RGB (Red+Green+Blue) = 214+172+240=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 240 - color contains mainly: blue. Hex color #D6ACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ACF0 is #29530F. Grayscale: #C0C0C0. Windows color (decimal): -2708240 or 15772886. OLE color: 15772886.

HSL color Cylindrical-coordinate representation of color #D6ACF0: hue angle of 277.06º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6ACF0 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 172 240 -
CMYK 0.11 0.28 0 0.06
HSL 277.06º 0.69% 0.81% -
HSV(B) 277.06º 0.28% 0.94% -
XYZ 58.21 50.09 89.04 -
YUV 192.31 154.91 143.47 -
System Red Green Blue C M Y K H S L
Decimal 214 172 240 0.11 0.28 0 0.06 277.06 0.69 0.81
Hex D6 AC F0 B 1C 0 6 115 45 51
Octal 326 254 360 13 34 0 6 425 105 121
Binary 11010110 10101100 11110000 1011 11100 0 110 100010101 1000101 1010001

Color Harmonies of #D6ACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ACF0

Black with #D6ACF0

Text Example


Text Example

White with #D6ACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ACF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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