Html Css Color HEX #DFABF6 Mauve

📋 copy color: '#DFABF6'

red 223 ◦ green 171 ◦ blue 246

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

Shades of Mauve #DFABF6

Tints of Mauve #DFABF6

RGB

 RED value IS 223 (87.5% from 255) = 34.84%

 GREEN value IS 171 (67.19% from 255) = 26.72%

 BLUE value IS 246 (96.48% from 255) = 38.44%

R = 34.84%
G = 26.72%
B = 38.44%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DFABF6 (or 0xDFABF6) is known color: Mauve. HEX triplet: DF, AB and F6. RGB value is (223,171,246). Sum of RGB (Red+Green+Blue) = 223+171+246=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 171 (67.19% from 255 or 26.72% from 640); Blue value is 246 (96.48% from 255 or 38.44% from 640); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFABF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFABF6 is #205409. Grayscale: #C2C2C2. Windows color (decimal): -2118666 or 16165855. OLE color: 16165855.

HSL color Cylindrical-coordinate representation of color #DFABF6: hue angle of 281.6º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFABF6 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 223 171 246 -
CMYK 0.09 0.30 0 0.04
HSL 281.6º 0.81% 0.82% -
HSV(B) 281.6º 0.3% 0.96% -
XYZ 61.63 51.47 93.87 -
YUV 195.1 156.73 147.9 -
System Red Green Blue C M Y K H S L
Decimal 223 171 246 0.09 0.30 0 0.04 281.6 0.81 0.82
Hex DF AB F6 9 1E 0 4 11A 51 52
Octal 337 253 366 11 36 0 4 432 121 122
Binary 11011111 10101011 11110110 1001 11110 0 100 100011010 1010001 1010010

Color Harmonies of #DFABF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFABF6

Black with #DFABF6

Text Example


Text Example

White with #DFABF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFABF6; }

 p { color: rgb(223,171,246); }

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

background-color css

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

 a { background-color: rgb(223,171,246); }

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

border-color css

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

 span { border-color: rgb(223,171,246); }

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