Html Css Color HEX #DFA7FB Mauve

📋 copy color: '#DFA7FB'

red 223 ◦ green 167 ◦ blue 251

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

Shades of Mauve #DFA7FB

Tints of Mauve #DFA7FB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.05%

 BLUE value IS 251 (98.44% from 255) = 39.16%

R = 34.79%
G = 26.05%
B = 39.16%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFA7FB (or 0xDFA7FB) is known color: Mauve. HEX triplet: DF, A7 and FB. RGB value is (223,167,251). Sum of RGB (Red+Green+Blue) = 223+167+251=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 167 (65.62% from 255 or 26.05% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFA7FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA7FB is #205804. Grayscale: #C1C1C1. Windows color (decimal): -2119685 or 16492511. OLE color: 16492511.

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

Color convert

RGB 223 167 251 -
CMYK 0.11 0.33 0 0.02
HSL 280º 0.91% 0.82% -
HSV(B) 280º 0.33% 0.98% -
XYZ 61.66 50.29 97.72 -
YUV 193.32 160.55 149.17 -
System Red Green Blue C M Y K H S L
Decimal 223 167 251 0.11 0.33 0 0.02 280 0.91 0.82
Hex DF A7 FB B 21 0 2 118 5B 52
Octal 337 247 373 13 41 0 2 430 133 122
Binary 11011111 10100111 11111011 1011 100001 0 10 100011000 1011011 1010010

Color Harmonies of #DFA7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA7FB

Black with #DFA7FB

Text Example


Text Example

White with #DFA7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA7FB; }

 p { color: rgb(223,167,251); }

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

background-color css

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

 a { background-color: rgb(223,167,251); }

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

border-color css

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

 span { border-color: rgb(223,167,251); }

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