Html Css Color HEX #DFBABF Melanie

📋 copy color: '#DFBABF'

red 223 ◦ green 186 ◦ blue 191

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

Shades of Melanie #DFBABF

Tints of Melanie #DFBABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31%

 BLUE value IS 191 (75% from 255) = 31.83%

R = 37.17%
G = 31%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DFBABF (or 0xDFBABF) is known color: Melanie. HEX triplet: DF, BA and BF. RGB value is (223,186,191). Sum of RGB (Red+Green+Blue) = 223+186+191=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBABF is #204540. Grayscale: #C5C5C5. Windows color (decimal): -2114881 or 12565215. OLE color: 12565215.

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

Color convert

RGB 223 186 191 -
CMYK 0 0.17 0.14 0.13
HSL 351.89º 0.37% 0.8% -
HSV(B) 351.89º 0.17% 0.87% -
XYZ 57.39 54.57 56.8 -
YUV 197.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 223 186 191 0 0.17 0.14 0.13 351.89 0.37 0.8
Hex DF BA BF 0 11 E D 160 25 50
Octal 337 272 277 0 21 16 15 540 45 120
Binary 11011111 10111010 10111111 0 10001 1110 1101 101100000 100101 1010000

Color Harmonies of #DFBABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBABF

Black with #DFBABF

Text Example


Text Example

White with #DFBABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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