Html Css Color HEX #DFABF3 Mauve

📋 copy color: '#DFABF3'

red 223 ◦ green 171 ◦ blue 243

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

Shades of Mauve #DFABF3

Tints of Mauve #DFABF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.15%

R = 35.01%
G = 26.84%
B = 38.15%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DFABF3 (or 0xDFABF3) is known color: Mauve. HEX triplet: DF, AB and F3. RGB value is (223,171,243). Sum of RGB (Red+Green+Blue) = 223+171+243=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 171 (67.19% from 255 or 26.84% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFABF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFABF3 is #20540C. Grayscale: #C2C2C2. Windows color (decimal): -2118669 or 15969247. OLE color: 15969247.

HSL color Cylindrical-coordinate representation of color #DFABF3: hue angle of 283.33º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFABF3 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 171 243 -
CMYK 0.08 0.30 0 0.05
HSL 283.33º 0.75% 0.81% -
HSV(B) 283.33º 0.3% 0.95% -
XYZ 61.17 51.28 91.47 -
YUV 194.76 155.23 148.15 -
System Red Green Blue C M Y K H S L
Decimal 223 171 243 0.08 0.30 0 0.05 283.33 0.75 0.81
Hex DF AB F3 8 1E 0 5 11B 4B 51
Octal 337 253 363 10 36 0 5 433 113 121
Binary 11011111 10101011 11110011 1000 11110 0 101 100011011 1001011 1010001

Color Harmonies of #DFABF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFABF3

Black with #DFABF3

Text Example


Text Example

White with #DFABF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFABF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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