Html Css Color HEX #DFABF5 Mauve

📋 copy color: '#DFABF5'

red 223 ◦ green 171 ◦ blue 245

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

Shades of Mauve #DFABF5

Tints of Mauve #DFABF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.34%

R = 34.9%
G = 26.76%
B = 38.34%

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

#DFABF5 (or 0xDFABF5) is known color: Mauve. HEX triplet: DF, AB and F5. RGB value is (223,171,245). Sum of RGB (Red+Green+Blue) = 223+171+245=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 171 (67.19% from 255 or 26.76% from 639); Blue value is 245 (96.09% from 255 or 38.34% from 639); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFABF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFABF5 is #20540A. Grayscale: #C2C2C2. Windows color (decimal): -2118667 or 16100319. OLE color: 16100319.

HSL color Cylindrical-coordinate representation of color #DFABF5: hue angle of 282.16º degrees, saturation: 0.79, 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 #DFABF5 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 223 171 245 -
CMYK 0.09 0.30 0 0.04
HSL 282.16º 0.79% 0.82% -
HSV(B) 282.16º 0.3% 0.96% -
XYZ 61.48 51.41 93.07 -
YUV 194.98 156.23 147.98 -
System Red Green Blue C M Y K H S L
Decimal 223 171 245 0.09 0.30 0 0.04 282.16 0.79 0.82
Hex DF AB F5 9 1E 0 4 11A 4F 52
Octal 337 253 365 11 36 0 4 432 117 122
Binary 11011111 10101011 11110101 1001 11110 0 100 100011010 1001111 1010010

Color Harmonies of #DFABF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFABF5

Black with #DFABF5

Text Example


Text Example

White with #DFABF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFABF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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