Html Css Color HEX #DFA7BA Melanie

📋 copy color: '#DFA7BA'

red 223 ◦ green 167 ◦ blue 186

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

Shades of Melanie #DFA7BA

Tints of Melanie #DFA7BA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.99%

 BLUE value IS 186 (73.05% from 255) = 32.29%

R = 38.72%
G = 28.99%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DFA7BA (or 0xDFA7BA) is known color: Melanie. HEX triplet: DF, A7 and BA. RGB value is (223,167,186). Sum of RGB (Red+Green+Blue) = 223+167+186=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 167 (65.62% from 255 or 28.99% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA7BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA7BA is #205845. Grayscale: #B9B9B9. Windows color (decimal): -2119750 or 12232671. OLE color: 12232671.

HSL color Cylindrical-coordinate representation of color #DFA7BA: hue angle of 339.64º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFA7BA is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 167 186 -
CMYK 0 0.25 0.17 0.13
HSL 339.64º 0.47% 0.76% -
HSV(B) 339.64º 0.25% 0.87% -
XYZ 53.11 46.87 52.7 -
YUV 185.91 128.05 154.46 -
System Red Green Blue C M Y K H S L
Decimal 223 167 186 0 0.25 0.17 0.13 339.64 0.47 0.76
Hex DF A7 BA 0 19 11 D 154 2F 4C
Octal 337 247 272 0 31 21 15 524 57 114
Binary 11011111 10100111 10111010 0 11001 10001 1101 101010100 101111 1001100

Color Harmonies of #DFA7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA7BA

Black with #DFA7BA

Text Example


Text Example

White with #DFA7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA7BA; }

 p { color: rgb(223,167,186); }

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

background-color css

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

 a { background-color: rgb(223,167,186); }

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

border-color css

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

 span { border-color: rgb(223,167,186); }

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