Html Css Color HEX #DFADF8 Mauve

📋 copy color: '#DFADF8'

red 223 ◦ green 173 ◦ blue 248

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

Shades of Mauve #DFADF8

Tints of Mauve #DFADF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 38.51%

R = 34.63%
G = 26.86%
B = 38.51%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DFADF8 (or 0xDFADF8) is known color: Mauve. HEX triplet: DF, AD and F8. RGB value is (223,173,248). Sum of RGB (Red+Green+Blue) = 223+173+248=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 173 (67.97% from 255 or 26.86% from 644); Blue value is 248 (97.27% from 255 or 38.51% from 644); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFADF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFADF8 is #205207. Grayscale: #C4C4C4. Windows color (decimal): -2118152 or 16297439. OLE color: 16297439.

HSL color Cylindrical-coordinate representation of color #DFADF8: hue angle of 280º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFADF8 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 223 173 248 -
CMYK 0.10 0.30 0 0.03
HSL 280º 0.84% 0.83% -
HSV(B) 280º 0.3% 0.97% -
XYZ 62.32 52.35 95.63 -
YUV 196.5 157.07 146.9 -
System Red Green Blue C M Y K H S L
Decimal 223 173 248 0.10 0.30 0 0.03 280 0.84 0.83
Hex DF AD F8 A 1E 0 3 118 54 53
Octal 337 255 370 12 36 0 3 430 124 123
Binary 11011111 10101101 11111000 1010 11110 0 11 100011000 1010100 1010011

Color Harmonies of #DFADF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFADF8

Black with #DFADF8

Text Example


Text Example

White with #DFADF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFADF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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