Html Css Color HEX #DFABF0 Mauve

📋 copy color: '#DFABF0'

red 223 ◦ green 171 ◦ blue 240

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

Shades of Mauve #DFABF0

Tints of Mauve #DFABF0

RGB

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

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

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

R = 35.17%
G = 26.97%
B = 37.85%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DFABF0 (or 0xDFABF0) is known color: Mauve. HEX triplet: DF, AB and F0. RGB value is (223,171,240). Sum of RGB (Red+Green+Blue) = 223+171+240=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 171 (67.19% from 255 or 26.97% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFABF0 is #20540F. Grayscale: #C2C2C2. Windows color (decimal): -2118672 or 15772639. OLE color: 15772639.

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

Color convert

RGB 223 171 240 -
CMYK 0.07 0.29 0 0.06
HSL 285.22º 0.7% 0.81% -
HSV(B) 285.22º 0.29% 0.94% -
XYZ 60.72 51.11 89.1 -
YUV 194.41 153.73 148.39 -
System Red Green Blue C M Y K H S L
Decimal 223 171 240 0.07 0.29 0 0.06 285.22 0.7 0.81
Hex DF AB F0 7 1D 0 6 11D 46 51
Octal 337 253 360 7 35 0 6 435 106 121
Binary 11011111 10101011 11110000 111 11101 0 110 100011101 1000110 1010001

Color Harmonies of #DFABF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFABF0

Black with #DFABF0

Text Example


Text Example

White with #DFABF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFABF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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