Html Css Color HEX #DFADC0 Melanie

📋 copy color: '#DFADC0'

red 223 ◦ green 173 ◦ blue 192

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

Shades of Melanie #DFADC0

Tints of Melanie #DFADC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.65%

R = 37.93%
G = 29.42%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DFADC0 (or 0xDFADC0) is known color: Melanie. HEX triplet: DF, AD and C0. RGB value is (223,173,192). Sum of RGB (Red+Green+Blue) = 223+173+192=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFADC0 is #20523F. Grayscale: #BEBEBE. Windows color (decimal): -2118208 or 12627423. OLE color: 12627423.

HSL color Cylindrical-coordinate representation of color #DFADC0: hue angle of 337.2º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFADC0 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 173 192 -
CMYK 0 0.22 0.14 0.13
HSL 337.2º 0.44% 0.78% -
HSV(B) 337.2º 0.22% 0.87% -
XYZ 54.89 49.38 56.51 -
YUV 190.12 129.07 151.46 -
System Red Green Blue C M Y K H S L
Decimal 223 173 192 0 0.22 0.14 0.13 337.2 0.44 0.78
Hex DF AD C0 0 16 E D 151 2C 4E
Octal 337 255 300 0 26 16 15 521 54 116
Binary 11011111 10101101 11000000 0 10110 1110 1101 101010001 101100 1001110

Color Harmonies of #DFADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFADC0

Black with #DFADC0

Text Example


Text Example

White with #DFADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFADC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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