Html Css Color HEX #DFA5FE Mauve

📋 copy color: '#DFA5FE'

red 223 ◦ green 165 ◦ blue 254

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

Shades of Mauve #DFA5FE

Tints of Mauve #DFA5FE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.7%

 BLUE value IS 254 (99.61% from 255) = 39.56%

R = 34.74%
G = 25.7%
B = 39.56%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DFA5FE (or 0xDFA5FE) is known color: Mauve. HEX triplet: DF, A5 and FE. RGB value is (223,165,254). Sum of RGB (Red+Green+Blue) = 223+165+254=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 165 (64.84% from 255 or 25.70% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFA5FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA5FE is #205A01. Grayscale: #C0C0C0. Windows color (decimal): -2120194 or 16688607. OLE color: 16688607.

HSL color Cylindrical-coordinate representation of color #DFA5FE: hue angle of 279.1º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFA5FE is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 223 165 254 -
CMYK 0.12 0.35 0 0.00
HSL 279.1º 0.98% 0.82% -
HSV(B) 279.1º 0.35% 1% -
XYZ 61.78 49.75 100.11 -
YUV 192.49 162.72 149.76 -
System Red Green Blue C M Y K H S L
Decimal 223 165 254 0.12 0.35 0 0.00 279.1 0.98 0.82
Hex DF A5 FE C 23 0 0 117 62 52
Octal 337 245 376 14 43 0 0 427 142 122
Binary 11011111 10100101 11111110 1100 100011 0 0 100010111 1100010 1010010

Color Harmonies of #DFA5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA5FE

Black with #DFA5FE

Text Example


Text Example

White with #DFA5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA5FE; }

 p { color: rgb(223,165,254); }

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

background-color css

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

 a { background-color: rgb(223,165,254); }

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

border-color css

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

 span { border-color: rgb(223,165,254); }

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