Html Css Color HEX #DFADFA Mauve

📋 copy color: '#DFADFA'

red 223 ◦ green 173 ◦ blue 250

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

Shades of Mauve #DFADFA

Tints of Mauve #DFADFA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.78%

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

R = 34.52%
G = 26.78%
B = 38.7%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFADFA (or 0xDFADFA) is known color: Mauve. HEX triplet: DF, AD and FA. RGB value is (223,173,250). Sum of RGB (Red+Green+Blue) = 223+173+250=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 173 (67.97% from 255 or 26.78% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFADFA is #205205. Grayscale: #C4C4C4. Windows color (decimal): -2118150 or 16428511. OLE color: 16428511.

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

Color convert

RGB 223 173 250 -
CMYK 0.11 0.31 0 0.02
HSL 278.96º 0.89% 0.83% -
HSV(B) 278.96º 0.31% 0.98% -
XYZ 62.63 52.48 97.27 -
YUV 196.73 158.07 146.74 -
System Red Green Blue C M Y K H S L
Decimal 223 173 250 0.11 0.31 0 0.02 278.96 0.89 0.83
Hex DF AD FA B 1F 0 2 117 59 53
Octal 337 255 372 13 37 0 2 427 131 123
Binary 11011111 10101101 11111010 1011 11111 0 10 100010111 1011001 1010011

Color Harmonies of #DFADFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFADFA

Black with #DFADFA

Text Example


Text Example

White with #DFADFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFADFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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