Html Css Color HEX #DFABFA Mauve

📋 copy color: '#DFABFA'

red 223 ◦ green 171 ◦ blue 250

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

Shades of Mauve #DFABFA

Tints of Mauve #DFABFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.82%

R = 34.63%
G = 26.55%
B = 38.82%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFABFA (or 0xDFABFA) is known color: Mauve. HEX triplet: DF, AB and FA. RGB value is (223,171,250). Sum of RGB (Red+Green+Blue) = 223+171+250=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 171 (67.19% from 255 or 26.55% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFABFA is #205405. Grayscale: #C3C3C3. Windows color (decimal): -2118662 or 16427999. OLE color: 16427999.

HSL color Cylindrical-coordinate representation of color #DFABFA: hue angle of 279.49º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFABFA is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 171 250 -
CMYK 0.11 0.32 0 0.02
HSL 279.49º 0.89% 0.83% -
HSV(B) 279.49º 0.32% 0.98% -
XYZ 62.25 51.72 97.14 -
YUV 195.55 158.73 147.58 -
System Red Green Blue C M Y K H S L
Decimal 223 171 250 0.11 0.32 0 0.02 279.49 0.89 0.83
Hex DF AB FA B 20 0 2 117 59 53
Octal 337 253 372 13 40 0 2 427 131 123
Binary 11011111 10101011 11111010 1011 100000 0 10 100010111 1011001 1010011

Color Harmonies of #DFABFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFABFA

Black with #DFABFA

Text Example


Text Example

White with #DFABFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFABFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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