Html Css Color HEX #DFADFD Mauve

📋 copy color: '#DFADFD'

red 223 ◦ green 173 ◦ blue 253

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

Shades of Mauve #DFADFD

Tints of Mauve #DFADFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.98%

R = 34.36%
G = 26.66%
B = 38.98%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DFADFD (or 0xDFADFD) is known color: Mauve. HEX triplet: DF, AD and FD. RGB value is (223,173,253). Sum of RGB (Red+Green+Blue) = 223+173+253=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 173 (67.97% from 255 or 26.66% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFADFD is #205202. Grayscale: #C4C4C4. Windows color (decimal): -2118147 or 16625119. OLE color: 16625119.

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

Color convert

RGB 223 173 253 -
CMYK 0.12 0.32 0 0.01
HSL 277.5º 0.95% 0.84% -
HSV(B) 277.5º 0.32% 0.99% -
XYZ 63.1 52.67 99.77 -
YUV 197.07 159.57 146.5 -
System Red Green Blue C M Y K H S L
Decimal 223 173 253 0.12 0.32 0 0.01 277.5 0.95 0.84
Hex DF AD FD C 20 0 1 116 5F 54
Octal 337 255 375 14 40 0 1 426 137 124
Binary 11011111 10101101 11111101 1100 100000 0 1 100010110 1011111 1010100

Color Harmonies of #DFADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFADFD

Black with #DFADFD

Text Example


Text Example

White with #DFADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFADFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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