Html Css Color HEX #DFA2FC Mauve

📋 copy color: '#DFA2FC'

red 223 ◦ green 162 ◦ blue 252

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

Shades of Mauve #DFA2FC

Tints of Mauve #DFA2FC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.43%

 BLUE value IS 252 (98.83% from 255) = 39.56%

R = 35.01%
G = 25.43%
B = 39.56%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DFA2FC (or 0xDFA2FC) is known color: Mauve. HEX triplet: DF, A2 and FC. RGB value is (223,162,252). Sum of RGB (Red+Green+Blue) = 223+162+252=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 162 (63.67% from 255 or 25.43% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFA2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA2FC is #205D03. Grayscale: #BEBEBE. Windows color (decimal): -2120964 or 16556767. OLE color: 16556767.

HSL color Cylindrical-coordinate representation of color #DFA2FC: hue angle of 280.67º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFA2FC is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 162 252 -
CMYK 0.12 0.36 0 0.01
HSL 280.67º 0.94% 0.81% -
HSV(B) 280.67º 0.36% 0.99% -
XYZ 60.92 48.56 98.26 -
YUV 190.5 162.71 151.18 -
System Red Green Blue C M Y K H S L
Decimal 223 162 252 0.12 0.36 0 0.01 280.67 0.94 0.81
Hex DF A2 FC C 24 0 1 119 5E 51
Octal 337 242 374 14 44 0 1 431 136 121
Binary 11011111 10100010 11111100 1100 100100 0 1 100011001 1011110 1010001

Color Harmonies of #DFA2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA2FC

Black with #DFA2FC

Text Example


Text Example

White with #DFA2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA2FC; }

 p { color: rgb(223,162,252); }

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

background-color css

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

 a { background-color: rgb(223,162,252); }

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

border-color css

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

 span { border-color: rgb(223,162,252); }

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