Html Css Color HEX #DFADF0 Mauve

📋 copy color: '#DFADF0'

red 223 ◦ green 173 ◦ blue 240

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

Shades of Mauve #DFADF0

Tints of Mauve #DFADF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.74%

R = 35.06%
G = 27.2%
B = 37.74%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DFADF0 (or 0xDFADF0) is known color: Mauve. HEX triplet: DF, AD and F0. RGB value is (223,173,240). Sum of RGB (Red+Green+Blue) = 223+173+240=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 173 (67.97% from 255 or 27.20% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFADF0 is #20520F. Grayscale: #C3C3C3. Windows color (decimal): -2118160 or 15773151. OLE color: 15773151.

HSL color Cylindrical-coordinate representation of color #DFADF0: hue angle of 284.78º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFADF0 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 173 240 -
CMYK 0.07 0.28 0 0.06
HSL 284.78º 0.69% 0.81% -
HSV(B) 284.78º 0.28% 0.94% -
XYZ 61.1 51.87 89.23 -
YUV 195.59 153.07 147.55 -
System Red Green Blue C M Y K H S L
Decimal 223 173 240 0.07 0.28 0 0.06 284.78 0.69 0.81
Hex DF AD F0 7 1C 0 6 11D 45 51
Octal 337 255 360 7 34 0 6 435 105 121
Binary 11011111 10101101 11110000 111 11100 0 110 100011101 1000101 1010001

Color Harmonies of #DFADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFADF0

Black with #DFADF0

Text Example


Text Example

White with #DFADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFADF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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